Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 7528:14a8e11f3a87 | 7692:8fb42f41ef10 |
|---|---|
| 7 class RoundupException(Exception): | 7 class RoundupException(Exception): |
| 8 pass | 8 pass |
| 9 | 9 |
| 10 | 10 |
| 11 class LoginError(RoundupException): | 11 class LoginError(RoundupException): |
| 12 pass | |
| 13 | |
| 14 | |
| 15 class RateLimitExceeded(Exception): | |
| 12 pass | 16 pass |
| 13 | 17 |
| 14 | 18 |
| 15 class Unauthorised(RoundupException): | 19 class Unauthorised(RoundupException): |
| 16 pass | 20 pass |
