lib/stealth/errors.rb in stealth-0.9.8 vs lib/stealth/errors.rb in stealth-0.10.0
- old
+ new
@@ -32,7 +32,13 @@
end
class ReplyNotFound < Errors
end
+ class FlowError < Errors
+ end
+
+ class FlowDefinitionError < Errors
+ end
+
end
end