1 Star 0 Fork 0

wfdaj/CodeIgniter4

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ExceptionInterface.php 573 Bytes
一键复制 编辑 原始数据 按行查看 历史
kenjis 提交于 2024-01-28 09:45 +08:00 . feat: add domain-level ExceptionInterface
<?php
declare(strict_types=1);
/**
* This file is part of CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
namespace CodeIgniter\Files\Exceptions;
/**
* Provides a domain-level interface for broad capture
* of all Files-related exceptions.
*
* catch (\CodeIgniter\Files\Exceptions\ExceptionInterface) { ... }
*/
interface ExceptionInterface extends \CodeIgniter\Exceptions\ExceptionInterface
{
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wfdaj/CodeIgniter4.git
git@gitee.com:wfdaj/CodeIgniter4.git
wfdaj
CodeIgniter4
CodeIgniter4
develop

搜索帮助