[Zope-Checkins] CVS: Zope/lib/python/zExceptions - __init__.py:1.5

Tres Seaver cvs-admin at zope.org
Tue Nov 18 08:17:21 EST 2003


Update of /cvs-repository/Zope/lib/python/zExceptions
In directory cvs.zope.org:/tmp/cvs-serv30559/lib/python/zExceptions

Modified Files:
	__init__.py 
Log Message:
 - Merge tseaver-strexp_delenda-branch to the head.


=== Zope/lib/python/zExceptions/__init__.py 1.4 => 1.5 ===
--- Zope/lib/python/zExceptions/__init__.py:1.4	Wed Aug 14 18:12:06 2002
+++ Zope/lib/python/zExceptions/__init__.py	Tue Nov 18 08:17:21 2003
@@ -19,3 +19,21 @@
 """
 
 from unauthorized import Unauthorized
+
+class BadRequest(Exception):
+    pass
+
+class InternalError(Exception):
+    pass
+
+class NotFound(Exception):
+    pass
+
+class Forbidden(Exception):
+    pass
+
+class MethodNotAllowed(Exception):
+    pass
+
+class Redirect(Exception):
+    pass




More information about the Zope-Checkins mailing list