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