Exception: Decouplio::Errors::StepIsNotDefinedForPassError
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- Decouplio::Errors::StepIsNotDefinedForPassError
- Defined in:
- lib/decouplio/errors/step_is_not_defined_for_pass_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
14 15 16 17 18 19 20 21 22 23 24 |
# File 'lib/decouplio/errors/step_is_not_defined_for_pass_error.rb', line 14 def interpolation_values [ @errored_option, format( Decouplio::Const::Validations::Common::STEP_IS_NOT_DEFINED, @details ), Decouplio::Const::Validations::Pass::ALLOWED_OPTIONS_MESSAGE, Decouplio::Const::Validations::Pass::MANUAL_URL ] end |
#template ⇒ Object
10 11 12 |
# File 'lib/decouplio/errors/step_is_not_defined_for_pass_error.rb', line 10 def template Decouplio::Const::Validations::Pass::VALIDATION_ERROR_MESSAGE end |