catchAdmin/extend/catcher/base/CatchController.php

8 lines
67 B
PHP
Raw Permalink Normal View History

2019-12-06 09:17:40 +08:00
<?php
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
}