Exception: Coltrane::InvalidNoteLetterError

Inherits:
ColtraneError
  • Object
show all
Defined in:
lib/coltrane/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(arg) ⇒ InvalidNoteLetterError

Returns a new instance of InvalidNoteLetterError.



89
90
91
# File 'lib/coltrane/errors.rb', line 89

def initialize(arg)
  super "The musical notation included an unrecognizable letter (#{arg})."
end