Files
WrenchCoinWebsite/system/ThirdParty/PSR/Log/InvalidArgumentException.php
dev-chiefworks b085356c99 first commit
2022-09-25 15:25:10 -04:00

8 lines
96 B
PHP

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