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