Exception: HCUtil::Errors::AuthError

Inherits:
HCUtilError
  • Object
show all
Defined in:
lib/hcutil/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'AuthError') ⇒ AuthError

Returns a new instance of AuthError.



7
8
9
# File 'lib/hcutil/errors.rb', line 7

def initialize(msg = 'AuthError')
  super
end