Exception: Coltrane::Theory::InvalidNoteSymbolError

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

Instance Method Summary collapse

Constructor Details

#initialize(arg) ⇒ InvalidNoteSymbolError

Returns a new instance of InvalidNoteSymbolError.



84
85
86
# File 'lib/coltrane/theory/errors.rb', line 84

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