ValidationException
class ValidationException extends ValidationException (View source)
Properties
Validator | $validator | The validator instance. | from ValidationException |
Response|null | $response | The recommended response to send to the client. | from ValidationException |
Methods
void
from ValidationException
Details
in ValidationException at line line 30
void
__construct(
Validator $validator,
Response $response = null)
Create a new exception instance.