Files
lichterei-web/kirby/vendor/psr/log/Psr/Log/InvalidArgumentException.php
Bastian Allgeier 01277f79f2 first version
2019-01-13 23:17:34 +01:00

8 lines
96 B
PHP
Executable File

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