MySQLClientException constructor

const MySQLClientException(
  1. String message
)

Implementation

const MySQLClientException(String message) : super(message);