Source code for juju.exceptions

# Copyright 2023 Canonical Ltd.
# Licensed under the Apache V2, see LICENCE file for details.

[docs]class DeadEntityException(Exception): pass