# -*- coding: utf-8 -*- class ReportServiceException(Exception): """报表服务异常""" pass