class Coltrane::Theory::InvalidNoteSymbolError
Public Class Methods
new(arg)
click to toggle source
Calls superclass method
Coltrane::Theory::TheoryError::new
# File lib/coltrane/theory/errors.rb, line 84 def initialize(arg) super "The musical notation included an unrecognizable symbol (#{arg})." end