Exception: AuthenticateUser::AccessDenied

Inherits:
StandardError
  • Object
show all
Defined in:
app/commands/authenticate_user.rb

Instance Method Summary collapse

Instance Method Details

#message(more = "AuthenticationError") ⇒ Object



3
4
5
# File 'app/commands/authenticate_user.rb', line 3

def message more = "AuthenticationError"
    more
end