mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-01 18:58:12 +00:00
8 lines
96 B
PHP
8 lines
96 B
PHP
<?php
|
|
|
|
namespace Psr\Log;
|
|
|
|
class InvalidArgumentException extends \InvalidArgumentException
|
|
{
|
|
}
|