Exception: Decouplio::Errors::FailCanNotBeFirstStepError

Inherits:
BaseError
  • Object
show all
Defined in:
lib/decouplio/errors/fail_can_not_be_first_step_error.rb

Instance Method Summary collapse

Methods inherited from BaseError

#initialize, #message

Constructor Details

This class inherits a constructor from Decouplio::Errors::BaseError

Instance Method Details

#interpolation_valuesObject



13
14
15
# File 'lib/decouplio/errors/fail_can_not_be_first_step_error.rb', line 13

def interpolation_values
  []
end

#templateObject



9
10
11
# File 'lib/decouplio/errors/fail_can_not_be_first_step_error.rb', line 9

def template
  Decouplio::Const::Validations::Fail::FIRST_STEP
end