Exception: Sqreen::Kit::HttpClient::AuthenticationError

Inherits:
UnexpectedStatusError show all
Defined in:
lib/sqreen/kit/http_client/authentication_error.rb

Instance Attribute Summary

Attributes inherited from UnexpectedStatusError

#body, #code

Instance Method Summary collapse

Methods inherited from UnexpectedStatusError

#message

Constructor Details

#initialize(*args) ⇒ AuthenticationError

Returns a new instance of AuthenticationError.



12
13
14
# File 'lib/sqreen/kit/http_client/authentication_error.rb', line 12

def initialize(*args)
  super
end