0c7dc1fd970826fe72cc16a3a9d1399766a70a3a
[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 RuntimeException extends Exception\RuntimeException implements ExceptionInterface
17 {
18 }