MySQLServerException constructor

const MySQLServerException(
  1. String message,
  2. int errorCode
)

Implementation

const MySQLServerException(super.message, this.errorCode);