Exception: BetterService::Errors::Workflowable::Configuration::DuplicateStepError
- Inherits:
-
WorkflowConfigurationError
- Object
- StandardError
- BetterServiceError
- Configuration::ConfigurationError
- WorkflowConfigurationError
- BetterService::Errors::Workflowable::Configuration::DuplicateStepError
- Defined in:
- lib/better_service/errors/workflowable/configuration/duplicate_step_error.rb
Overview
Raised when a workflow has duplicate step names
Each step in a workflow must have a unique name. This error is raised if you try to define multiple steps with the same name.
Instance Attribute Summary
Attributes inherited from BetterServiceError
#code, #context, #original_error, #timestamp
Method Summary
Methods inherited from BetterServiceError
#backtrace, #detailed_message, #initialize, #inspect, #to_h
Constructor Details
This class inherits a constructor from BetterService::BetterServiceError