class Coltrane::Theory::InvalidNoteLetterError

Public Class Methods

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