mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-09-11 18:15:39 +08:00
8 lines
96 B
PHP
8 lines
96 B
PHP
<?php
|
|
|
|
namespace Psr\Log;
|
|
|
|
class InvalidArgumentException extends \InvalidArgumentException
|
|
{
|
|
}
|