class Coltrane::Theory::HasNoNotesError
Public Class Methods
new()
click to toggle source
Calls superclass method
Coltrane::Theory::BadConstructorError::new
# File lib/coltrane/theory/errors.rb, line 44 def initialize super 'The given object does not respond to :notes, '\ "thereby it can't be used for this operation)" end