001517ec37c95a67b50360fb128d190513248b8a
[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\Adapter\Exception;
10
11 use Laminas\ProgressBar\Exception;
12
13 /**
14 * Exception for Laminas\Progressbar component.
15 */
16 class InvalidArgumentException extends Exception\InvalidArgumentException implements ExceptionInterface
17 {
18 }