Do not use string exceptions
authorAlberto Bertogli <albertito@blitiri.com.ar>
local dateFri, 25 Jun 2010 00:32:55
dateFri, 25 Jun 2010 00:32:55
hash20100625003255-cc654-1a421ea50019e1f5b5af8216aad61b9330af5bce.gz
Do not use string exceptions

String exceptions are deprecated and will soon no longer be supported at all.

Most of the instances of string exceptions in our code were not meant to be
catched, but just to get meaningful backtraces.

This patch replaces them with appropriate, usually generic, exceptions that
serve the same purpose.
1 file(s) changed:
darcsweb.cgi +3 -3