Exception: ArTTY::Error::NoPixelDataFound

Inherits:
ArTTY::Error
  • Object
show all
Defined in:
lib/arTTY/error/no_pixel_data_found.rb

Instance Method Summary collapse

Constructor Details

#initializeNoPixelDataFound

Returns a new instance of NoPixelDataFound.



2
3
4
# File 'lib/arTTY/error/no_pixel_data_found.rb', line 2

def initialize
    super("No pixel data was found")
end