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