文件操作 - exceptions.py
返回文件管理
返回主菜单
删除本文件
文件: /opt/alt/python37/lib/python3.7/site-packages/raven/transport/exceptions.py
编辑文件内容
""" raven.transport.exceptions ~~~~~~~~~~~~~~~~~~~~~~~~~~ :copyright: (c) 2010-2012 by the Sentry Team, see AUTHORS for more details. :license: BSD, see LICENSE for more details. """ from __future__ import absolute_import class InvalidScheme(ValueError): """ Raised when a transport is constructed using a URI which is not handled by the transport """ class DuplicateScheme(Exception): """ Raised when registering a handler for a particular scheme which is already registered """
修改文件时间
将文件时间修改为当前时间的前一年
删除文件