Files
WrenchBoradWeb/www-api/system/ThirdParty/PSR/Log/InvalidArgumentException.php
T
2022-11-27 14:44:55 +08:00

8 lines
96 B
PHP

<?php
namespace Psr\Log;
class InvalidArgumentException extends \InvalidArgumentException
{
}