class Coltrane::Theory::IntervalNotFoundError

Public Class Methods

new(arg) click to toggle source
Calls superclass method Coltrane::Theory::TheoryError::new
# File lib/coltrane/theory/errors.rb, line 68
def initialize(arg)
  super "The interval \"#{arg}\" that was provided wasn't found. "\
        "If you're sure this interval exists, "\
        "would you mind to suggest it's inclusion here: "\
        'https://github.com/pedrozath/coltrane/issues '\
end