lib/ably/exceptions.rb in ably-0.8.3 vs lib/ably/exceptions.rb in ably-0.8.4
- old
+ new
@@ -56,9 +56,12 @@
end
# Connection Timeout accessing Realtime or REST service
class ConnectionTimeout < ConnectionError; end
+ # Transport closed unexpectedly
+ class TransportClosed < ConnectionError; end
+
# Connection closed unexpectedly
class ConnectionClosed < ConnectionError; end
# Connection suspended
class ConnectionSuspended < ConnectionError; end