Files
FloatEV-apigate/system/ThirdParty/PSR/Log/InvalidArgumentException.php
T
DESKTOP-DH6BVPV\chiefsoft 6ddfa92eed first commit
2022-11-20 09:46:33 -05:00

8 lines
96 B
PHP

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