gameServer/CoreTypes.hs
changeset 4996 76ef3d8bd78e
parent 4989 4771fed9272e
child 5000 72d8fb26223d
--- a/gameServer/CoreTypes.hs	Wed Mar 09 21:41:16 2011 +0300
+++ b/gameServer/CoreTypes.hs	Wed Mar 09 22:11:29 2011 +0300
@@ -205,3 +205,8 @@
      deriving (Show, Typeable)
 
 instance Exception ShutdownException
+
+data ShutdownThreadException = ShutdownThreadException
+     deriving (Show, Typeable)
+
+instance Exception ShutdownThreadException