class AuthFx::DuplicateUserError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/fx-auth/errors.rb, line 15
def initialize
  super "We already have that email." # TODO localize
end