Exception: DDAPI::Errors::ObjectNotFound
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- DDAPI::Errors::ObjectNotFound
- Defined in:
- lib/dd-api/errors.rb
Overview
Raised when a device is invalid or incorrect.
Instance Method Summary collapse
-
#message ⇒ Object
Default message for this exception.
Instance Method Details
#message ⇒ Object
Default message for this exception
15 16 17 |
# File 'lib/dd-api/errors.rb', line 15 def 'A various Object is not found with this ID!' end |