From 54050535cfbf1de53d97c68835a465ad1739e7f0 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 9 May 2012 03:38:37 +0200 Subject: [PATCH] Add exceptions --- frontend/includes/include.exceptions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/includes/include.exceptions.php b/frontend/includes/include.exceptions.php index ce0ac39..444f09b 100644 --- a/frontend/includes/include.exceptions.php +++ b/frontend/includes/include.exceptions.php @@ -43,6 +43,8 @@ class ContainerStartException extends ContainerException {} class ContainerStopException extends ContainerException {} class ContainerSuspendException extends ContainerException {} class ContainerUnsuspendException extends ContainerException {} +class ContainerSuspendedException extends ContainerException {} +class ContainerTerminatedException extends ContainerException {} class ContainerDestroyException extends ContainerException {} class ContainerReinstallException extends ContainerException {} class ContainerDeployException extends ContainerException {}