Exception: PixelMatcher::ModeMismatchError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Undefined mode...') ⇒ ModeMismatchError

Returns a new instance of ModeMismatchError.



12
13
14
# File 'lib/pixel_matcher.rb', line 12

def initialize(msg = 'Undefined mode...')
  super
end