a669c8cfe417ab83ae3b5d6bc2d280978fd20662
[GitHub/WoltLab/WCF.git] /
1 <?php
2
3 /**
4 * @see https://github.com/laminas/laminas-stdlib for the canonical source repository
5 * @copyright https://github.com/laminas/laminas-stdlib/blob/master/COPYRIGHT.md
6 * @license https://github.com/laminas/laminas-stdlib/blob/master/LICENSE.md New BSD License
7 */
8
9 namespace Laminas\Stdlib\Exception;
10
11 /**
12 * Invalid Argument Exception
13 */
14 class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
15 {
16 }