[CalendarServer-changes] [6856] CalendarServer/branches/users/glyph/db-reconnect/twext/enterprise/ ienterprise.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 3 11:00:24 PST 2011


Revision: 6856
          http://trac.macosforge.org/projects/calendarserver/changeset/6856
Author:   glyph at apple.com
Date:     2011-02-03 11:00:24 -0800 (Thu, 03 Feb 2011)
Log Message:
-----------
Connection error.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/db-reconnect/twext/enterprise/ienterprise.py

Modified: CalendarServer/branches/users/glyph/db-reconnect/twext/enterprise/ienterprise.py
===================================================================
--- CalendarServer/branches/users/glyph/db-reconnect/twext/enterprise/ienterprise.py	2011-02-03 19:00:19 UTC (rev 6855)
+++ CalendarServer/branches/users/glyph/db-reconnect/twext/enterprise/ienterprise.py	2011-02-03 19:00:24 UTC (rev 6856)
@@ -33,6 +33,13 @@
 
 
 
+class ConnectionError(Exception):
+    """
+    An error occurred with the underlying database connection.
+    """
+
+
+
 class IAsyncTransaction(Interface):
     """
     Asynchronous execution of SQL.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110203/e301061d/attachment.html>


More information about the calendarserver-changes mailing list