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