exceptions.py 146 B

123456789
  1. # -*- coding: utf-8 -*-
  2. # !/usr/bin/env python
  3. from library.jdbase.exceptions import JDException
  4. class JDAuthException(JDException):
  5. pass