Exception: Decouplio::Errors::PalpBlockIsNotDefinedError
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- Decouplio::Errors::PalpBlockIsNotDefinedError
- Defined in:
- lib/decouplio/errors/palp_block_is_not_defined_error.rb
Instance Method Summary collapse
Methods inherited from BaseError
Constructor Details
This class inherits a constructor from Decouplio::Errors::BaseError
Instance Method Details
#interpolation_values ⇒ Object
13 14 15 |
# File 'lib/decouplio/errors/palp_block_is_not_defined_error.rb', line 13 def interpolation_values [] end |
#template ⇒ Object
9 10 11 |
# File 'lib/decouplio/errors/palp_block_is_not_defined_error.rb', line 9 def template Decouplio::Const::Validations::Palp::NOT_DEFINED end |