xref: /plugin/dw2pdf/vendor/psr/log/Psr/Log/InvalidArgumentException.php (revision 0119ca25672bca93bf0779d1cdcf04911dbee191)
1*0119ca25SAndreas Gohr<?php
2*0119ca25SAndreas Gohr
3*0119ca25SAndreas Gohrnamespace Psr\Log;
4*0119ca25SAndreas Gohr
5*0119ca25SAndreas Gohrclass InvalidArgumentException extends \InvalidArgumentException
6*0119ca25SAndreas Gohr{
7*0119ca25SAndreas Gohr}
8