Exception: Coltrane::InvalidNoteLetterError
- Inherits:
-
ColtraneError
- Object
- StandardError
- ColtraneError
- Coltrane::InvalidNoteLetterError
- Defined in:
- lib/coltrane/errors.rb
Instance Method Summary collapse
-
#initialize(arg) ⇒ InvalidNoteLetterError
constructor
A new instance of InvalidNoteLetterError.
Constructor Details
#initialize(arg) ⇒ InvalidNoteLetterError
Returns a new instance of InvalidNoteLetterError.
89 90 91 |
# File 'lib/coltrane/errors.rb', line 89 def initialize(arg) super "The musical notation included an unrecognizable letter (#{arg})." end |