class ArTTY::Error::NoPixelDataFound
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/arTTY/error/no_pixel_data_found.rb, line 2 def initialize super("No pixel data was found") end