errors.py 198 B

12345678910
  1. # -*- coding: utf-8 -*-
  2. #!/usr/bin/env python
  3. from apps.web.exceptions import UserServerException
  4. class PrimaryAgentDoesNotExist(UserServerException):
  5. """
  6. 找不到主代理商
  7. """