8e935395fb7401e696b7651a82a4c4f92ce2fd5d
[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 OutOfRangeException extends \OutOfRangeException implements ExceptionInterface
15 {
16 }