Exception: Pure::DefaultArgumentError
- Inherits:
-
RestrictionError
- Object
- StandardError
- Error
- ExtractionTimeError
- RestrictionError
- Pure::DefaultArgumentError
- Defined in:
- lib/pure/error.rb
Overview
A pure function had a default argument.
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:
71 72 73 |
# File 'lib/pure/error.rb', line 71 def #:nodoc: "cannot use default argument in pure function" end |