EJDB2Error.fromCode constructor

EJDB2Error.fromCode(
  1. int code
)

Implementation

EJDB2Error.fromCode(int code) : this(code, ejdb2ExplainRC(code));