Files
FloatEV-Dashboard/system/ThirdParty/PSR/Log/InvalidArgumentException.php
DESKTOP-DH6BVPV\chiefsoft 228b501cf5 first commit
2022-11-22 16:52:44 -05:00

8 lines
96 B
PHP

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