public function __construct() { parent::__construct('Diatheke is not installed', Exception::NOT_INSTALLED); }
public function __construct($message = 'Configuration error') { parent::__construct($message, Exception::CONFIGURATION_ERROR); }
public function __construct($message = 'Diatheke error') { parent::__construct($message, Exception::DIATHEKE_ERROR); }
public function __construct($error) { parent::__construct('Improper query building: ' . $error, Exception::QUERY_BUILDER); }
public function __construct($error) { parent::__construct('Reference error: ' . $error, Exception::REFENCE_ERROR); }