Exception: PhotoCook::Pixels::OutOfBounds
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- PhotoCook::Pixels::OutOfBounds
- Defined in:
- lib/photo-cook/pixels.rb
Instance Method Summary collapse
-
#initialize ⇒ OutOfBounds
constructor
A new instance of OutOfBounds.
Constructor Details
#initialize ⇒ OutOfBounds
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 |