mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-17 15:55:31 +08:00
9 lines
78 B
PHP
9 lines
78 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
class Forbidden extends \Exception
|
|
{
|
|
|
|
}
|