Exception: PixelMatcher::SizeMismatchError

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

Instance Method Summary collapse

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