~anso/nova/factorycleanup

« back to all changes in this revision

Viewing changes to nova/exception.py

  • Committer: Todd Willey
  • Date: 2011-01-17 18:51:00 UTC
  • mfrom: (524.1.12 wsgirouter)
  • Revision ID: todd@ansolabs.com-20110117185100-d38jerwbg8wzeg4k
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
    pass
77
77
 
78
78
 
 
79
class TimeoutException(Error):
 
80
    pass
 
81
 
 
82
 
79
83
def wrap_exception(f):
80
84
    def _wrap(*args, **kw):
81
85
        try: