mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-23 03:50:56 +08:00
9 lines
77 B
PHP
9 lines
77 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
class NotFound extends \Exception
|
|
{
|
|
|
|
}
|