lib/videojuicer/shared/exceptions.rb in videojuicer-vj-sdk-0.1.0 vs lib/videojuicer/shared/exceptions.rb in videojuicer-vj-sdk-0.1.1
- old
+ new
@@ -14,7 +14,13 @@
class RemoteApplicationError < ::StandardError; end
# Raised when the remote resource refuses to carry out an action.
class Forbidden < ::StandardError; end
+ # Raised when status is 401
+ class Unauthenticated < ::StandardError; end
+
+ # Raised when status is 406
+ class NotAcceptable < ::StandardError; end
+
end
end
\ No newline at end of file