Exception: Hws::Connectors::Exception::UnAuthorized

Inherits:
Error
  • Object
show all
Defined in:
lib/hws-connectors/exception.rb

Instance Attribute Summary

Attributes inherited from Error

#reason

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Invalid credentials') ⇒ UnAuthorized

Returns a new instance of UnAuthorized.



17
18
19
# File 'lib/hws-connectors/exception.rb', line 17

def initialize(msg = 'Invalid credentials')
  super(msg)
end