Files
KevKemChiro/system/ThirdParty/PSR/Log/InvalidArgumentException.php
2021-09-12 08:50:33 -04:00

8 lines
96 B
PHP

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