class AuthFx::MissingUserError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/fx-auth/errors.rb, line 8
def initialize
  super "We can't find a user with that ID." # TODO localize
end