Exception: BitmapError
- Inherits:
-
StandardError
- Object
- StandardError
- BitmapError
- Defined in:
- lib/bitmap_compiler/core/errors/bitmap_error.rb
Overview
BitmapError is a Template Method Pattern for our Error classes
Direct Known Subclasses
ImageNotClearedError, IncorrectFileError, InvalidCoordinatesError, InvalidDimensionsError, InvalidPixelError, NoImageFoundError, UnknownCommandError
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
5 6 7 |
# File 'lib/bitmap_compiler/core/errors/bitmap_error.rb', line 5 def raise NotImplementedError end |