shop-php/extend/Fastknife/Exception/WordException.php

11 lines
116 B
PHP
Raw Normal View History

2023-11-02 14:43:43 +08:00
<?php
declare(strict_types=1);
namespace Fastknife\Exception;
class WordException extends \RuntimeException
{
}