Method: Coltrane::Theory::WrongArgumentsError#initialize

Defined in:
lib/coltrane/theory/errors.rb

#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