agriget/vendor/Psr/Log/InvalidArgumentException.php
2019-03-22 10:17:29 -04:00

8 lines
96 B
PHP

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