Exception: ActiveDiigo::Errors::NotAuthorizedError
- Inherits:
-
ActiveDiigoError
- Object
- StandardError
- ActiveDiigoError
- ActiveDiigo::Errors::NotAuthorizedError
- Defined in:
- lib/active_diigo/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ NotAuthorizedError
constructor
A new instance of NotAuthorizedError.
Constructor Details
#initialize ⇒ NotAuthorizedError
Returns a new instance of NotAuthorizedError.
31 |
# File 'lib/active_diigo/errors.rb', line 31 def initialize; super(401); end |