Files
FloatAppGate/system/ThirdParty/PSR/Log/InvalidArgumentException.php
T
dev-chiefworks 7a0785a735 first commit
2022-03-28 20:54:28 -04:00

8 lines
96 B
PHP

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