mautic-whitelabeler/vendor/psr/log/Psr/Log/InvalidArgumentException.php
2020-02-15 18:21:32 -07:00

7 lines
96 B
PHP
Executable file

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