catchAdmin/extend/catcher/generate/TableExistException.php
2021-03-14 07:41:15 +08:00

9 lines
128 B
PHP

<?php
namespace catcher\generate;
use catcher\exceptions\CatchException;
class TableExistException extends CatchException
{
}