menu
mysql_client_plus package
documentation
exception.dart
MySQLServerException
MySQLServerException.new const constructor
MySQLServerException.new const constructor
dark_mode
light_mode
MySQLServerException
constructor
const
MySQLServerException
(
String
message
,
int
errorCode
)
Implementation
const
MySQLServerException(
String
message,
this
.errorCode) :
super
(message);
mysql_client_plus package
documentation
exception
MySQLServerException
MySQLServerException.new const constructor
MySQLServerException class