Files
TimeWellServed/system/ThirdParty/PSR/Log/InvalidArgumentException.php
T
2025-08-08 07:04:14 -04:00

8 lines
96 B
PHP

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