class Coltrane::Theory::ChordNotFoundError

Public Class Methods

new() click to toggle source
Calls superclass method Coltrane::Theory::TheoryError::new
# File lib/coltrane/theory/errors.rb, line 58
def initialize
  super "The chord you provided wasn't found. "\
        "If you're sure this chord exists, "\
        "would you mind to suggest it's inclusion here: "\
        'https://github.com/pedrozath/coltrane/issues '\
        "\n\nA tip tho: always include the letter M for major"
end