FbpError constructor

FbpError(
  1. int errorCode,
  2. String errorString
)

Implementation

FbpError(this.errorCode, this.errorString);