Example #1
0
 public function __construct($message, $code, $property_path = '', $value = null, $constraints = [])
 {
     parent::__construct($message, $code);
 }
 public function __construct($field)
 {
     parent::__construct('Invalid criteria field name: ' . $field);
 }