Exception: Coltrane::WrongArgumentsError

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

Instance Method Summary collapse

Constructor Details

#initialize(_msg) ⇒ WrongArgumentsError

Returns a new instance of WrongArgumentsError.



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

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