千问开源大模型
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
699 B

  1. # -*- coding:utf-8 -*-
  2. class pt_v_Exception(Exception):
  3. def __str__(self):
  4. return 'pt规则未在缓存中命中'
  5. class dt_v_Exception(Exception):
  6. def __str__(self):
  7. return 'dt规则未在缓存中命中'
  8. class dt_v_attr_Exception(Exception):
  9. def __str__(self):
  10. return 'dt_attrcode规则未在缓存中命中'
  11. class dt_v_codeid_Exception(Exception):
  12. def __str__(self):
  13. return 'dt_codeid规则未在缓存中命中'
  14. class dt_v_senti_Exception(Exception):
  15. def __str__(self):
  16. return 'dt_senti规则未在缓存中命中'
  17. class dt_v_res_Exception(Exception):
  18. def __str__(self):
  19. return 'dt_resverse规则未在缓存中命中'