lib/fluent/errors.rb in fluent-0.6.0 vs lib/fluent/errors.rb in fluent-0.7.0

- old
+ new

@@ -3,7 +3,9 @@ class NoUrlForDefinition < StandardError; end class NoTitleForDefinition < StandardError; end class TitleNotMatched < StandardError; end class UrlNotMatched < StandardError; end class UnableToCreatePlatform < StandardError; end + class WorkflowPathNotFound < StandardError; end + class WorkflowActionNotFound < StandardError; end end end \ No newline at end of file