class Coltrane::Theory::WrongArgumentsError
Public Class Methods
new(_msg)
click to toggle source
Calls superclass method
Coltrane::Theory::BadConstructorError::new
# File lib/coltrane/theory/errors.rb, line 26 def initialize(_msg) super 'Wrong argument(s).' end