Exception: HCUtil::Errors::AuthError
- Inherits:
-
HCUtilError
- Object
- StandardError
- HCUtilError
- HCUtil::Errors::AuthError
- Defined in:
- lib/hcutil/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'AuthError') ⇒ AuthError
constructor
A new instance of AuthError.
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 |