Devise
Class

Devise\Pages\Interrupter\Exceptions\InvalidDeviseKeyException

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

from DeviseException

Details

in DeviseException at line 18
static public DeviseException getFacadeRoot()

Pretends to be a Facade for Exception

Return Value

DeviseException