mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-22 11:08:10 +00:00
9 lines
125 B
PHP
9 lines
125 B
PHP
<?php
|
|
|
|
namespace Overtrue\Socialite\Exceptions;
|
|
|
|
class InvalidArgumentException extends \InvalidArgumentException
|
|
{
|
|
//
|
|
}
|