Exception: RubyCoded::Errors::AuthError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ruby_coded/errors/auth_error.rb

Overview

Authentication error

Instance Method Summary collapse

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(message = "Authentication failed")
  super(message)
end