Exception: Coltrane::Theory::IntervalNotFoundError

Inherits:
TheoryError
  • Object
show all
Defined in:
lib/coltrane/theory/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(arg) ⇒ IntervalNotFoundError

Returns a new instance of IntervalNotFoundError.



68
69
70
71
72
73
# 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