class DeviseValidationException extends DeviseException
This validation exception is thrown when ever there are validation errors somewhere.
It is used in the Manager class to assert fields are valid.
Methods
| static DeviseException |
getFacadeRoot()
Pretends to be a Facade for Exception |
from DeviseException |
|
__construct(string $message, MessageBag $errors)
Construct a new Validation exception |
||
| MessageBag |
getErrors()
Access the errors message bag |
Details
in DeviseException at line 18
static public DeviseException
getFacadeRoot()
Pretends to be a Facade for Exception
at line 24
public
__construct(string $message, MessageBag $errors)
Construct a new Validation exception
at line 35
public MessageBag
getErrors()
Access the errors message bag