testcontainers_on_whales.core.exceptions#
Module Contents#
- exception testcontainers_on_whales.core.exceptions.ContainerError[source]#
Bases:
ExceptionCommon base class for all non-exit exceptions.
- exception testcontainers_on_whales.core.exceptions.NetworkModeUnknownError(network_mode)[source]#
Bases:
ContainerErrorCommon base class for all non-exit exceptions.
- Parameters:
network_mode (str) –
- exception testcontainers_on_whales.core.exceptions.PortBindingNotFoundError(port_name)[source]#
Bases:
ContainerErrorCommon base class for all non-exit exceptions.
- Parameters:
port_name (str) –
- exception testcontainers_on_whales.core.exceptions.ContainerRuntimeError[source]#
Bases:
ExceptionCommon base class for all non-exit exceptions.
- exception testcontainers_on_whales.core.exceptions.ContainerRuntimeNotFoundError[source]#
Bases:
ContainerRuntimeErrorCommon base class for all non-exit exceptions.