class DDAPI::Errors::ObjectNotFound
Raised when a device is invalid or incorrect.
Public Instance Methods
message()
click to toggle source
Default message for this exception
# File lib/dd-api/errors.rb, line 15 def message 'A various Object is not found with this ID!' end