class Coltrane::Theory::InvalidPitchClassError
Public Class Methods
new(arg)
click to toggle source
Calls superclass method
Coltrane::Theory::TheoryError::new
# File lib/coltrane/theory/errors.rb, line 77 def initialize(arg) super "The given frequency(#{arg}) is not considered "\ 'part of a pitch class'\ end