xref: /plugin/smtp/subtree/php-fig/log/Psr/Log/InvalidArgumentException.php (revision b413746d04980def4da47b968442b5e02a7ffe54)
1<?php
2
3namespace Psr\Log;
4
5class InvalidArgumentException extends \InvalidArgumentException
6{
7}
8