Exception: Decouplio::Errors::LogicRedefinitionError
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- Decouplio::Errors::LogicRedefinitionError
- Defined in:
- lib/decouplio/errors/logic_redefinition_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 16 17 18 19 20 |
# File 'lib/decouplio/errors/logic_redefinition_error.rb', line 13 def interpolation_values [ format( Decouplio::Const::Validations::Logic::REDEFINITION, @errored_option ) ] end |
#template ⇒ Object
9 10 11 |
# File 'lib/decouplio/errors/logic_redefinition_error.rb', line 9 def template Decouplio::Const::Validations::Logic::VALIDATION_ERROR_MESSAGE end |