Exception: Domainic::Attributer::CoercionExecutionError
- Inherits:
-
Error
- Object
- StandardError
- Error
- Domainic::Attributer::CoercionExecutionError
- Defined in:
- lib/domainic/attributer/errors/coercion_execution_error.rb
Overview
A specialized error class for coercion execution failures
This error class is used when a coercion fails during attribute value processing. It captures the failing coercer to provide context about which step in the coercion chain caused the failure
Instance Attribute Summary collapse
-
#coercer ⇒ Proc, Symbol
readonly
Get the coercer that failed.
Instance Attribute Details
#coercer ⇒ Proc, Symbol (readonly)
Get the coercer that failed
19 20 21 |
# File 'lib/domainic/attributer/errors/coercion_execution_error.rb', line 19 def coercer @coercer end |