lib/hoth/exceptions.rb in hoth-0.3.0 vs lib/hoth/exceptions.rb in hoth-0.3.1
- old
+ new
@@ -9,6 +9,13 @@
end
end
class TransportError < HothException; end
class TransportException < HothException; end
+
+ class EncodingError < HothException; end
+
+ class EmptyServiceNameError < HothException; end
+ class ServiceNotFoundException < HothException; end
+
+ class RecursiveServiceCallException < HothException; end
end
\ No newline at end of file