nhance/system/ThirdParty/PSR/Log/InvalidArgumentException.php
2024-09-13 09:00:09 +05:30

8 lines
96 B
PHP
Executable File

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