Mercurial > p > roundup > code
comparison roundup/exceptions.py @ 4066:042ace5ddb7c
Move 'UsageError' definition from roundup.admin to roundup.exceptions.
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Sun, 22 Feb 2009 01:49:15 +0000 |
| parents | 3fd672293712 |
| children | bbab97f8ffb2 |
comparison
equal
deleted
inserted
replaced
| 4065:1e28d58c6d1c | 4066:042ace5ddb7c |
|---|---|
| 14 - mailgw will trap and ignore Reject for file attachments and messages | 14 - mailgw will trap and ignore Reject for file attachments and messages |
| 15 - cgi will trap and present the exception in a nice format | 15 - cgi will trap and present the exception in a nice format |
| 16 ''' | 16 ''' |
| 17 pass | 17 pass |
| 18 | 18 |
| 19 class UsageError(ValueError): | |
| 20 pass | |
| 21 | |
| 19 # vim: set filetype=python ts=4 sw=4 et si | 22 # vim: set filetype=python ts=4 sw=4 et si |
