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