文件操作 - FailedDonorUpdateException.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/give/src/Donors/Exceptions/FailedDonorUpdateException.php
编辑文件内容
<?php declare(strict_types=1); namespace Give\Donors\Exceptions; use Give\Donors\Models\Donor; use Give\Framework\Exceptions\Primitives\Exception; class FailedDonorUpdateException extends Exception { protected $donor; public function __construct( Donor $donor = null, $code = 0, $previous = null ) { parent::__construct('Failed updating the donor', $code, $previous); $this->donor = $donor; } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件