コード例 #1
0
 public function __construct($message = 'Erreur de validation')
 {
     parent::__construct($message);
 }
コード例 #2
0
 public function __construct($field)
 {
     parent::__construct('No associated object found for key ' . $field);
 }
コード例 #3
0
 public function __construct($message = 'This entry already exists')
 {
     parent::__construct($message);
 }
コード例 #4
0
 public function __construct($table)
 {
     parent::__construct("Can't delete from {$table} after an order,limit or offset clause has been set");
 }
コード例 #5
0
 public function __construct($message = 'impossible to guess the table from an alias')
 {
     parent::__construct($message);
 }
コード例 #6
0
 public function __construct($message = 'No primary Key', $table)
 {
     parent::__construct($message);
 }