Exception: Coltrane::WrongArgumentsError
- Inherits:
-
BadConstructorError
- Object
- StandardError
- ColtraneError
- BadConstructorError
- Coltrane::WrongArgumentsError
- Defined in:
- lib/coltrane/errors.rb
Instance Method Summary collapse
-
#initialize(_msg) ⇒ WrongArgumentsError
constructor
A new instance of WrongArgumentsError.
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 |