lib/ably/exceptions.rb in ably-0.8.5 vs lib/ably/exceptions.rb in ably-0.8.6

- old
+ new

@@ -104,7 +104,9 @@ # The data payload type is not supported class UnsupportedDataType < BaseAblyException; end # When a channel is detached / failed, certain operations are not permitted such as publishing messages class ChannelInactive < BaseAblyException; end + + class IncompatibleClientId < BaseAblyException; end end end