e1d9b7b98511244879c0979449798d1f129cf7e8
[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 class for Laminas\ProgressBar
13 */
14 interface ExceptionInterface
15 {
16 }