Exception: AuthFx::InvalidUserError
- Defined in:
- lib/fx-auth/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidUserError
constructor
A new instance of InvalidUserError.
Constructor Details
#initialize ⇒ InvalidUserError
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 |