errors.py 163 B

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