Exception: LoaderDetector::Detector::IDnotSetError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "the id of the window to be screenshotted isn't set. Call initialize(id) first.") ⇒ IDnotSetError

Returns a new instance of IDnotSetError.



8
9
10
# File 'lib/loader_detector.rb', line 8

def initialize(msg="the id of the window to be screenshotted isn't set. Call initialize(id) first.")
super(msg)
end