Exception: PhotoCook::NoConcreteDimensionsError

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

Instance Method Summary collapse

Constructor Details

#initializeNoConcreteDimensionsError

Returns a new instance of NoConcreteDimensionsError.



31
32
33
# File 'lib/photo-cook/dimensions.rb', line 31

def initialize
  super "Both width and height specified as 'auto'"
end