MySQLClientException constructor
const
MySQLClientException(
- String message
Implementation
const MySQLClientException(String message) : super(message);
const MySQLClientException(String message) : super(message);