Devise
Class

Devise\Support\DeviseException

class DeviseException extends Exception

Class DeviseException should be the base class exception for any exception thrown inside of Devise.

This way we can catch those specifically if we want and know that they are different from just regular exceptions.

Methods

static DeviseException getFacadeRoot()

Pretends to be a Facade for Exception

Details

at line 18
static public DeviseException getFacadeRoot()

Pretends to be a Facade for Exception

Return Value

DeviseException