mirror of
https://gitee.com/niucloud-team/niucloud.git
synced 2026-04-15 17:28:05 +00:00
11 lines
116 B
PHP
11 lines
116 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
namespace Fastknife\Exception;
|
|
|
|
|
|
class WordException extends \RuntimeException
|
|
{
|
|
|
|
}
|