Files
ChiefSoftNet2022/system/ThirdParty/PSR/Log/InvalidArgumentException.php
dev-chiefworks 12df0652f9 first commit
2022-09-30 11:35:02 -04:00

8 lines
96 B
PHP

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