lib/ably/exceptions.rb in ably-0.1.3 vs lib/ably/exceptions.rb in ably-0.1.4
- old
+ new
@@ -32,7 +32,10 @@
# The token request could not be created
class TokenRequestError < StandardError; end
# The token is invalid
class InvalidToken < InvalidRequest; end
+
+ # Encryption or decryption related failures
+ class EncryptionError < StandardError; end
end
end