ConnectionException constructor

ConnectionException(
  1. String message,
  2. ErrorType errorType,
  3. int classId,
  4. int methodId,
)

Implementation

ConnectionException(
  this.message,
  this.errorType,
  this.classId,
  this.methodId,
);