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