xref: /plugin/pureldap/vendor/psr/log/Psr/Log/InvalidArgumentException.php (revision 0f498d06932ad0cbbdcc8844b96d4913174c7968)
1<?php
2
3namespace Psr\Log;
4
5class InvalidArgumentException extends \InvalidArgumentException
6{
7}
8