mirarus / bmvc-exception
Mirarus BMVC 异常 (基本 MVC 异常)
0.2
2021-12-16 23:27 UTC
Requires
- php: ^7.3 || ^8.0
README
Mirarus BMVC 异常 (基本 MVC 异常)
安装
使用 composer 安装
composer require mirarus/bmvc-exception
示例
使用 composer 安装
<?php require_once __DIR__ . '/vendor/autoload.php'; use BMVC\Exception\ClassException; throw new ClassException('BMVC'); ?>
许可
许可协议为 MIT,见 LICENSE