catchAdmin/extend/catcher/base/CatchController.php

10 lines
93 B
PHP
Raw Normal View History

2019-12-06 09:17:40 +08:00
<?php
2020-11-29 09:29:14 +08:00
declare(strict_types=1);
2019-12-06 09:17:40 +08:00
namespace catcher\base;
2019-12-12 09:14:08 +08:00
abstract class CatchController
2019-12-06 09:17:40 +08:00
{
2019-12-13 17:26:54 +08:00
2019-12-06 09:17:40 +08:00
}