# Copyright (c) Microsoft. All rights reserved. class AgentFrameworkException(Exception): """Base class for exceptions in the Agent Framework.""" pass