Files
comunic/developer/vendor/psr/log/Psr/Log/InvalidArgumentException.php
Pierre Hubert 990540b2b9 First commit
2016-11-19 12:08:12 +01:00

8 lines
96 B
PHP

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