Exception: Pure::SplatError
- Inherits:
-
RestrictionError
- Object
- StandardError
- Error
- ExtractionTimeError
- RestrictionError
- Pure::SplatError
- Defined in:
- lib/pure/error.rb
Overview
A *splat argument was present in a pure function defined with ‘def’.
Instance Attribute Summary
Attributes inherited from ExtractionTimeError
Instance Method Summary collapse
-
#custom_message ⇒ Object
:nodoc:.
Methods inherited from ExtractionTimeError
Constructor Details
This class inherits a constructor from Pure::ExtractionTimeError
Instance Method Details
#custom_message ⇒ Object
:nodoc:
64 65 66 |
# File 'lib/pure/error.rb', line 64 def #:nodoc: "cannot use splat argument (*) in pure function defined with `def'" end |