testcontainers_on_whales.core.exceptions#

Module Contents#

exception testcontainers_on_whales.core.exceptions.ContainerError[source]#

Bases: Exception

Common base class for all non-exit exceptions.

exception testcontainers_on_whales.core.exceptions.NetworkModeUnknownError(network_mode)[source]#

Bases: ContainerError

Common base class for all non-exit exceptions.

Parameters:

network_mode (str) –

exception testcontainers_on_whales.core.exceptions.PortBindingNotFoundError(port_name)[source]#

Bases: ContainerError

Common base class for all non-exit exceptions.

Parameters:

port_name (str) –

exception testcontainers_on_whales.core.exceptions.ContainerRuntimeError[source]#

Bases: Exception

Common base class for all non-exit exceptions.

exception testcontainers_on_whales.core.exceptions.ContainerRuntimeNotFoundError[source]#

Bases: ContainerRuntimeError

Common base class for all non-exit exceptions.