Exception: DDAPI::Errors::ObjectNotFound

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/dd-api/errors.rb

Overview

Raised when a device is invalid or incorrect.

Instance Method Summary collapse

Instance Method Details

#messageObject

Default message for this exception



15
16
17
# File 'lib/dd-api/errors.rb', line 15

def message
  'A various Object is not found with this ID!'
end