Exception: AuthFx::DuplicateUserError

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

Instance Method Summary collapse

Constructor Details

#initializeDuplicateUserError

Returns a new instance of DuplicateUserError.



15
16
17
# File 'lib/fx-auth/errors.rb', line 15

def initialize
  super "We already have that email." # TODO localize
end