Fault constructor

Fault(
  1. int code,
  2. String text
)

Implementation

Fault(this.code, this.text);