Files
WrenchBoradWeb/www-api/system/ThirdParty/PSR/Log/InvalidArgumentException.php
T
2022-11-17 20:35:06 -05:00

8 lines
96 B
PHP

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