Inheritance: extends Exceptio\Exception
 public function __construct($errors, $headers = array())
 {
     parent::__construct(self::HTTP_CODE, $errors, $headers);
 }
Beispiel #2
0
 public function __construct($errors)
 {
     parent::__construct(self::HTTP_CODE, $errors);
 }