exceptions.py 118 B

12345
  1. """节日需求流程异常。"""
  2. class FestivalDemandError(Exception):
  3. """节日需求流程业务异常。"""