Exception: Coltrane::Theory::TheoryError
- Inherits:
-
StandardError
- Object
- StandardError
- Coltrane::Theory::TheoryError
- Defined in:
- lib/coltrane/theory/errors.rb
Direct Known Subclasses
BadConstructorError, ChordNotFoundError, IntervalNotFoundError, InvalidNoteLetterError, InvalidNoteSymbolError, InvalidPitchClassError
Instance Method Summary collapse
-
#initialize(msg) ⇒ TheoryError
constructor
A new instance of TheoryError.
Constructor Details
#initialize(msg) ⇒ TheoryError
Returns a new instance of TheoryError.
8 9 10 |
# File 'lib/coltrane/theory/errors.rb', line 8 def initialize(msg) super msg end |