Exception: WOTC::Unauthorized
- Inherits:
-
ClientError
- Object
- StandardError
- Error
- ClientError
- WOTC::Unauthorized
- Defined in:
- lib/wotc/error.rb
Overview
Raised when wotc.com returns the HTTP status code 401. This is the only status that means our access token was rejected.
Instance Attribute Summary
Attributes inherited from Error
Method Summary
Methods inherited from Error
#error_sentence, #initialize, #message, #raw_errors
Constructor Details
This class inherits a constructor from WOTC::Error