lib/exceptions.rb in machinery-tool-1.11.1 vs lib/exceptions.rb in machinery-tool-1.11.2

- old
+ new

@@ -132,7 +132,8 @@ class RsyncFailed < MachineryError; end class OpenInBrowserFailed < MachineryError; end class ZypperFailed < MachineryError; end class UnknownConfig < MachineryError; end class UnsupportedArchitecture < MachineryError; end + class ServeFailed < MachineryError; end end end