mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-30 06:11:38 +08:00
9 lines
80 B
PHP
9 lines
80 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
class ServerError extends \Exception
|
|
{
|
|
|
|
}
|