Open Journal Systems
3.3.0
|
Public Member Functions | |
getErrors () | |
setErrors (array $errors) | |
Protected Attributes | |
$errors = array() | |
Definition at line 7 of file ValidationException.php.
Guzzle\Service\Exception\ValidationException::getErrors | ( | ) |
Get any validation errors
Definition at line 26 of file ValidationException.php.
References Guzzle\Service\Exception\ValidationException\$errors.
Guzzle\Service\Exception\ValidationException::setErrors | ( | array | $errors | ) |
Set the validation error messages
array | $errors | Array of validation errors |
Definition at line 16 of file ValidationException.php.
References Guzzle\Service\Exception\ValidationException\$errors.
|
protected |
Definition at line 9 of file ValidationException.php.
Referenced by Guzzle\Service\Exception\ValidationException\getErrors(), and Guzzle\Service\Exception\ValidationException\setErrors().