4fa177996e7c3d2045ff84696e8c198548b78f41
[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 class PhpEnvironmentException extends RuntimeException
12 {
13 }