menu
mysql_client package
documentation
exception.dart
MySQLServerException
MySQLServerException const constructor
MySQLServerException 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 package
documentation
exception
MySQLServerException
MySQLServerException const constructor
MySQLServerException class