文件操作 - AiClientExceptionInterface.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-includes/php-ai-client/src/Common/Contracts/AiClientExceptionInterface.php
编辑文件内容
<?php declare (strict_types=1); namespace WordPress\AiClient\Common\Contracts; use Throwable; /** * Base interface for all AI Client exceptions. * * This interface allows callers to catch all AI Client specific exceptions * with a single catch statement. * * @since 0.2.0 */ interface AiClientExceptionInterface extends Throwable { }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件