Exception: RubyApp::Exceptions::AuthenticationFailedException

Inherits:
RubyApp::Exception show all
Defined in:
lib/ruby_app/exceptions/authentication_failed_exception.rb

Instance Method Summary collapse

Methods included from Mixins::TranslateMixin

#localize, #translate

Constructor Details

#initialize(message) ⇒ AuthenticationFailedException

Returns a new instance of AuthenticationFailedException.



8
9
10
# File 'lib/ruby_app/exceptions/authentication_failed_exception.rb', line 8

def initialize(message)
  super(message)
end