Files
ms1readerv4/ci4app/system/ThirdParty/PSR/Log/InvalidArgumentException.php
2026-07-17 11:48:07 -04:00

8 lines
96 B
PHP

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