# -*- coding: utf-8 -*- # !/usr/bin/env python from apps.web.exceptions import UserServerException class CannotParseUserAuthState(UserServerException): pass