Exception: AuthFx::MissingUserError

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

Instance Method Summary collapse

Constructor Details

#initializeMissingUserError

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