class Coltrane::Theory::BadConstructorError

Public Class Methods

new(msg = nil) click to toggle source
Calls superclass method Coltrane::Theory::TheoryError::new
# File lib/coltrane/theory/errors.rb, line 14
def initialize(msg = nil)
  super "Bad constructor. #{msg}"
end