scripts/release/error.py
changeset 1888 ef350db7f753
parent 1849 f8728d5e2e07
child 1981 8cfb054b73b2
--- a/scripts/release/error.py	Sun Mar 15 22:32:05 2009 +0000
+++ b/scripts/release/error.py	Mon Mar 16 11:57:50 2009 +0000
@@ -20,11 +20,14 @@
 
 class Error(Exception):
   """Base class for release script exceptions."""
+  pass
 
 
 class ObstructionError(Error):
   """An operation was obstructed by existing data."""
+  pass
 
 
 class ExpectationFailed(Error):
   """An unexpected state was encountered by an automated step."""
+  pass