catchAdmin/extend/catcher/generate/TableExistException.php

9 lines
128 B
PHP
Raw Normal View History

2021-03-14 07:41:15 +08:00
<?php
namespace catcher\generate;
use catcher\exceptions\CatchException;
class TableExistException extends CatchException
{
}