Exception: AuthFx::MissingUserError
- Defined in:
- lib/fx-auth/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ MissingUserError
constructor
A new instance of MissingUserError.
Constructor Details
#initialize ⇒ MissingUserError
Returns a new instance of MissingUserError.
8 9 10 |
# File 'lib/fx-auth/errors.rb', line 8 def initialize super "We can't find a user with that ID." # TODO localize end |