diff -r 09f4978b4fb0 -r 3b54b1c9b768 gameServer/CoreTypes.hs --- 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