Pandabot/vendor/psr/log/src/InvalidArgumentException.php

7 lines
96 B
PHP
Executable file

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