1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-17 07:45:29 +08:00
2019-12-13 00:10:10 +08:00

9 lines
81 B
PHP

<?php
namespace App\Exceptions;
class Unauthorized extends \Exception
{
}