Exception: LoaderDetector::Detector::ThresholdNegativeError

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

Instance Method Summary collapse

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