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