Remove error handling for evaluation errors
This commit is contained in:
@@ -2,8 +2,6 @@ module Producer
|
||||
module Core
|
||||
Error = Class.new(StandardError)
|
||||
ConditionNotMetError = Class.new(Error)
|
||||
RecipeEvaluationError = Class.new(StandardError)
|
||||
TaskEvaluationError = Class.new(RecipeEvaluationError)
|
||||
RemoteCommandExecutionError = Class.new(Error)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user