class AuthFx::InvalidUserError
Public Class Methods
new()
click to toggle source
Calls superclass method
# 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