gameServer/CoreTypes.hs
changeset 4960 3b54b1c9b768
parent 4959 09f4978b4fb0
child 4975 31da8979e5b1
--- a/gameServer/CoreTypes.hs	Thu Feb 24 22:01:36 2011 +0300
+++ b/gameServer/CoreTypes.hs	Sun Feb 27 19:32:14 2011 +0300
@@ -193,7 +193,9 @@
     | AdminLeft
     deriving Enum
 
-data ShutdownException = ShutdownException
+data ShutdownException =
+    ShutdownException
+    | RestartException
      deriving (Show, Typeable)
 
 instance Exception ShutdownException