CommonException.py 85 B

12345
  1. #!/usr/bin/python
  2. # -*- coding: utf-8 -*-
  3. class CommonException(Exception):
  4. pass