9 lines
128 B
PHP
9 lines
128 B
PHP
![]() |
<?php
|
||
|
namespace catcher\generate;
|
||
|
|
||
|
use catcher\exceptions\CatchException;
|
||
|
|
||
|
class TableExistException extends CatchException
|
||
|
{
|
||
|
|
||
|
}
|