ValidationException
class ValidationException extends Exception
Properties
Validator | $validator | The validator instance. |
|
Response|null | $response | The recommended response to send to the client. |
Methods
void
Response|null
getResponse()
Get the underlying response instance.
Details
at line 30
void
__construct(Validator $validator, Response $response = null)
Create a new exception instance.
at line 43
Response|null
getResponse()
Get the underlying response instance.