Exception: Escpos::DimensionsMustBeMultipleOf8

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/escpos/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



4
5
6
# File 'lib/escpos/errors.rb', line 4

def message
  "Image width and height must be a multiple of 8 or the option \"extent\" must be set to true."
end