exceptions.py 144 B

12345678
  1. # Copyright (c) Microsoft Corporation.
  2. # SPDX-License-Identifier: Apache-2.0
  3. # DeepSpeed Team
  4. class DeprecatedException(Exception):
  5. pass