class Coltrane::Theory::TheoryError

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/coltrane/theory/errors.rb, line 8
def initialize(msg)
  super msg
end