ria/system/ThirdParty/PSR/Log/InvalidArgumentException.php
2024-09-11 08:54:25 +05:30

8 lines
96 B
PHP
Executable File

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