Exception: PixelMatcher::SizeMismatchError
- Inherits:
-
StandardError
- Object
- StandardError
- PixelMatcher::SizeMismatchError
- Defined in:
- lib/pixel_matcher.rb
Instance Method Summary collapse
-
#initialize(msg = 'Image size mismatch...') ⇒ SizeMismatchError
constructor
A new instance of SizeMismatchError.
Constructor Details
#initialize(msg = 'Image size mismatch...') ⇒ SizeMismatchError
Returns a new instance of SizeMismatchError.
6 7 8 |
# File 'lib/pixel_matcher.rb', line 6 def initialize(msg = 'Image size mismatch...') super end |