Exception: LoaderDetector::Detector::IDnotSetError
- Inherits:
-
StandardError
- Object
- StandardError
- LoaderDetector::Detector::IDnotSetError
- Defined in:
- lib/loader_detector.rb
Instance Method Summary collapse
-
#initialize(msg = "the id of the window to be screenshotted isn't set. Call initialize(id) first.") ⇒ IDnotSetError
constructor
A new instance of IDnotSetError.
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 |