#580: errorlib: migrate old ERR logging style to exception logging
----------------------+-----------------
Reporter: simko | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: MiscUtil | Version:
Keywords: |
----------------------+-----------------
Currently, `invenio.err` is a mixture of the old style of error
logging technique (done via WRN_FOO and ERR_FOO, see for example
`webbasket_config.py`) and of the new style of error logging (via
exceptions).
It would be useful to update all modules that still use the old error
logging technique to use the new error logging technique.
--
Ticket URL: <http://invenio-software.org/ticket/580>
Invenio <http://invenio-software.org>