Exception: Coltrane::InvalidNoteSymbolError

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

Instance Method Summary collapse

Constructor Details

#initialize(arg) ⇒ InvalidNoteSymbolError

Returns a new instance of InvalidNoteSymbolError.



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

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