exceptions.py 70 B

12345
  1. # coding=utf-8
  2. class ZheJiangNotifierException(Exception):
  3. pass