dbmsv4 init...5
This commit is contained in:
parent
e7db2d47d9
commit
839a44c657
@ -13,4 +13,9 @@ class FormValidationException extends RuntimeException
|
||||
$this->errors = $errors;
|
||||
parent::__construct($message, $code, $previous);
|
||||
}
|
||||
|
||||
public function getErrors()
|
||||
{
|
||||
return $this->errors;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user