Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1308

Show
Ignore:
Timestamp:
09/01/06 16:11:51
Author:
jtate
Message:

Derive all exceptions from a CP defined class so that they can be handled as a group by CP applications

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/_cperror.py

    r1281 r1308  
    66from cherrypy.lib import http as _http 
    77 
     8import exceptions 
     9class Exception(exceptions.Exception): 
     10    pass 
    811 
    912class InternalRedirect(Exception): 

Hosted by WebFaction

Log in as guest/cpguest to create tickets