class Coltrane::Theory::HasNoNotesError

Public Class Methods

new() click to toggle source
# 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