Exception: Coltrane::InvalidNotesError

Inherits:
BadConstructorError show all
Defined in:
lib/coltrane/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(notes) ⇒ InvalidNotesError

Returns a new instance of InvalidNotesError.



31
32
33
# File 'lib/coltrane/errors.rb', line 31

def initialize(notes)
  super "#{notes} are not a valid set of notes"
end