Mercurial > p > roundup > code
comparison roundup/cgi/exceptions.py @ 6638:e1588ae185dc issue2550923_computed_property
merge from default branch. Fix travis.ci so CI builds don't error out
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 21 Apr 2022 16:54:17 -0400 |
| parents | 91ab3e0ffcd0 |
| children | a1cffeef5f87 |
comparison
equal
deleted
inserted
replaced
| 6508:85db90cc1705 | 6638:e1588ae185dc |
|---|---|
| 52 user. | 52 user. |
| 53 | 53 |
| 54 """ | 54 """ |
| 55 pass | 55 pass |
| 56 | 56 |
| 57 class IndexerQueryError(RoundupException): | |
| 58 """Raised to handle errors from FTS searches due to query | |
| 59 syntax errors. | |
| 60 """ | |
| 61 pass | |
| 57 | 62 |
| 58 class SendFile(RoundupException): | 63 class SendFile(RoundupException): |
| 59 """Send a file from the database.""" | 64 """Send a file from the database.""" |
| 60 | 65 |
| 61 | 66 |
