Exception: Coltrane::Theory::InvalidNoteLetterError

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

Instance Method Summary collapse

Constructor Details

#initialize(arg) ⇒ InvalidNoteLetterError

Returns a new instance of InvalidNoteLetterError.



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

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