Source code for agntcy_acp.exceptions

# Copyright AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0


[docs] class ACPDescriptorValidationException(Exception): pass
[docs] class ACPRunException(Exception): pass