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.



37
38
39
# File 'lib/coltrane/errors.rb', line 37

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