Exception: Dropcam::CameraNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/dropcam/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Camera Not Found") ⇒ CameraNotFoundError

Returns a new instance of CameraNotFoundError.



13
14
15
# File 'lib/dropcam/error.rb', line 13

def initialize(msg = "Camera Not Found")
  super(msg)
end