Exception: AuthFx::InvalidUserError

Inherits:
UserError
  • Object
show all
Defined in:
lib/fx-auth/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidUserError

Returns a new instance of InvalidUserError.



22
23
24
# File 'lib/fx-auth/errors.rb', line 22

def initialize
  super "The email or pass phrase you provided doesn't match our records." # TODO localize
end