Exception: BitmapError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bitmap_compiler/core/errors/bitmap_error.rb

Overview

BitmapError is a Template Method Pattern for our Error classes

Instance Method Summary collapse

Instance Method Details

#messageObject

Raises:

  • (NotImplementedError)


5
6
7
# File 'lib/bitmap_compiler/core/errors/bitmap_error.rb', line 5

def message
  raise NotImplementedError
end