Exception: RubyCoded::Errors::AuthError
- Inherits:
-
StandardError
- Object
- StandardError
- RubyCoded::Errors::AuthError
- Defined in:
- lib/ruby_coded/errors/auth_error.rb
Overview
Authentication error
Instance Method Summary collapse
-
#initialize(message = "Authentication failed") ⇒ AuthError
constructor
A new instance of AuthError.
Constructor Details
#initialize(message = "Authentication failed") ⇒ AuthError
Returns a new instance of AuthError.
7 8 9 |
# File 'lib/ruby_coded/errors/auth_error.rb', line 7 def initialize( = "Authentication failed") super() end |