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 {}