Exception: LoaderDetector::Detector::ThresholdNegativeError
- Inherits:
-
StandardError
- Object
- StandardError
- LoaderDetector::Detector::ThresholdNegativeError
- Defined in:
- lib/loader_detector.rb
Instance Method Summary collapse
-
#initialize(msg = "The pixel difference threshold is negative. Please set a positive value or use the default value (0)") ⇒ ThresholdNegativeError
constructor
A new instance of ThresholdNegativeError.
Constructor Details
#initialize(msg = "The pixel difference threshold is negative. Please set a positive value or use the default value (0)") ⇒ ThresholdNegativeError
Returns a new instance of ThresholdNegativeError.
13 14 15 |
# File 'lib/loader_detector.rb', line 13 def initialize(msg="The pixel difference threshold is negative. Please set a positive value or use the default value (0)") super(msg) end |