mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-17 07:45:29 +08:00
9 lines
81 B
PHP
9 lines
81 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
class Unauthorized extends \Exception
|
|
{
|
|
|
|
}
|