class ValidationException extends RuntimeException (View source)

Methods

void
__construct( MessageProvider $provider)

Create a new validation exception instance.

errors()

Get the validation error message provider.

getMessageProvider()

Get the validation error message provider.

Details

at line line 23
void __construct( MessageProvider $provider)

Create a new validation exception instance.

Parameters

MessageProvider $provider

Return Value

void

at line line 33
MessageBag errors()

Get the validation error message provider.

Return Value

MessageBag

at line line 43
MessageProvider getMessageProvider()

Get the validation error message provider.

Return Value

MessageProvider