Modify ↓
#9071 closed defect (worksforme)
HTTPNotFound exception is not defined
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.12dev |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
the exception is referenced and used in both trac.web.chrome and trac.web.api.Request
Attachments (0)
Note:
See TracTickets
for help on using tickets.



It's generated dynamically in trac/web/api.py as a subclass of
HTTPException.