class InvalidDeviseKeyException extends DeviseException

This exception is thrown anytime the devise key is invalid. A invalid variable name in php is considered an invalid key name. We have to use key name in php to referrence the devise key, i.e. $keyName->text

Methods

static DeviseException
getFacadeRoot()

Pretends to be a Facade for Exception

Details

in DeviseException at line 18
static DeviseException getFacadeRoot()

Pretends to be a Facade for Exception

Return Value

DeviseException