Exception: Coltrane::Theory::WrongArgumentsError

Inherits:
BadConstructorError show all
Defined in:
lib/coltrane/theory/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(_msg) ⇒ WrongArgumentsError

Returns a new instance of WrongArgumentsError.



26
27
28
# File 'lib/coltrane/theory/errors.rb', line 26

def initialize(_msg)
  super 'Wrong argument(s).'
end