mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-03-23 14:02:43 +00:00
8 lines
97 B
PHP
8 lines
97 B
PHP
<?php
|
|
|
|
namespace Overtrue\Socialite\Exceptions;
|
|
|
|
class BadRequestException extends Exception
|
|
{
|
|
}
|