Exception: NoImageFoundError

Inherits:
BitmapError show all
Defined in:
lib/bitmap_compiler/core/errors/no_image_found_error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



4
5
6
# File 'lib/bitmap_compiler/core/errors/no_image_found_error.rb', line 4

def message
  'Image Not Found'
end