Heimdall/vendor/psr/log/Psr/Log/InvalidArgumentException.php
2018-02-01 20:01:12 +00:00

8 lines
96 B
PHP

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