Devise\Support\DeviseException::getFacadeRoot PHP Method

getFacadeRoot() public static method

Pretends to be a Facade for Exception
public static getFacadeRoot ( ) : DeviseException
return DeviseException
    public static function getFacadeRoot()
    {
        return new self();
    }
DeviseException