function __construct($sqlString, $message, $code) { $this->isLoggerException = Gpf_Log_Logger::isLoggerInsert($sqlString); $this->_code = $code; parent::__construct("ERROR: " . $message); }
function __construct($message) { parent::__construct($message); }