ValidationException deprecated
class ValidationException extends ValidationException (View source)
deprecated
Properties
Validator | $validator | The validator instance. | from ValidationException |
Response|null | $response | The recommended response to send to the client. | from ValidationException |
Methods
void | __construct(Validator $validator, Response $response = null) Create a new exception instance. | from ValidationException |
Response | getResponse() Get the underlying response instance. | from ValidationException |
Details
Response getResponse()
Get the underlying response instance.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.2/Illuminate/Foundation/Validation/ValidationException.html