Dart DocumentationsqljockyMySqlProtocolError

MySqlProtocolError class

An error which is thrown when something unexpected is read from the the MySQL protocol.

class MySqlProtocolError extends Error {
 final String message;
 
 /**
  * Create a [MySqlProtocolError]
  */
 MySqlProtocolError._(this.message);
}

Extends

Error > MySqlProtocolError

Properties

final String message #

final String message

final StackTrace stackTrace #

inherited from Error
external StackTrace get stackTrace;