exceptions.py 101 B

1234567
  1. '''
  2. Copyright 2022 The Microsoft DeepSpeed Team
  3. '''
  4. class DeprecatedException(Exception):
  5. pass