commit
e6ebe258be
|
@ -21,7 +21,7 @@ class JsonValidationException extends Exception
|
||||||
{
|
{
|
||||||
protected $errors;
|
protected $errors;
|
||||||
|
|
||||||
public function __construct($message, $errors = array(), \Exception $previous = null)
|
public function __construct($message, $errors = array(), Exception $previous = null)
|
||||||
{
|
{
|
||||||
$this->errors = $errors;
|
$this->errors = $errors;
|
||||||
parent::__construct($message, 0, $previous);
|
parent::__construct($message, 0, $previous);
|
||||||
|
|
Loading…
Reference in New Issue