lib/submodules/ably-ruby/lib/ably/util/safe_deferrable.rb in ably-rest-0.8.1 vs lib/submodules/ably-ruby/lib/ably/util/safe_deferrable.rb in ably-rest-0.8.2

- old
+ new

@@ -1,7 +1,7 @@ module Ably::Util # SafeDeferrable class provides a Deferrable that is safe to use for for public interfaces - # of this client library. Any exceptions raised in the success or failure callbacks is + # of this client library. Any exceptions raised in the success or failure callbacks are # caught and logged to the provided logger. # # An exception in a callback provided by a developer should not break this client library # and stop further execution of code. #