Exception: PhotoCook::Pixels::OutOfBounds

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/photo-cook/pixels.rb

Instance Method Summary collapse

Constructor Details

#initializeOutOfBounds

Returns a new instance of OutOfBounds.



46
47
48
49
# File 'lib/photo-cook/pixels.rb', line 46

def initialize(*)
  super 'Size must be positive number (integer or float) ' +
        "which satisfies 0 < x <= #{MAX}"
end