class PricePolicyInvalid(Exception):
    def __init__(self, msg):
        self.msg = msg
exception.py

相关文章:

  • 2022-02-10
  • 2022-02-24
  • 2022-02-07
  • 2021-05-28
  • 2022-01-01
猜你喜欢
  • 2021-11-17
  • 2022-12-23
  • 2021-10-09
  • 2021-08-21
  • 2022-01-02
  • 2021-05-14
  • 2021-07-13
相关资源
相似解决方案