Exception: Coltrane::Theory::BadConstructorError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ BadConstructorError

Returns a new instance of BadConstructorError.



14
15
16
# File 'lib/coltrane/theory/errors.rb', line 14

def initialize(msg = nil)
  super "Bad constructor. #{msg}"
end