diff roundup/exceptions.py @ 7692:8fb42f41ef10 issue2550923_computed_property

merge in default branch to see if ti clears a travis-ci build error on 2.7 python; default branch builds fine
author John Rouillard <rouilj@ieee.org>
date Mon, 11 Sep 2023 00:10:29 -0400
parents 273c8c2b5042
children e882a5d52ae5
line wrap: on
line diff
--- a/roundup/exceptions.py	Mon Jul 10 17:31:34 2023 -0400
+++ b/roundup/exceptions.py	Mon Sep 11 00:10:29 2023 -0400
@@ -12,6 +12,10 @@
     pass
 
 
+class RateLimitExceeded(Exception):
+    pass
+
+
 class Unauthorised(RoundupException):
     pass
 

Roundup Issue Tracker: http://roundup-tracker.org/