90d8e4eaec765f0819472aad22c2073f60fa9eb8
[GitHub/WoltLab/WCF.git] /
1 <?php
2
3 /**
4 * @see https://github.com/laminas/laminas-stdlib for the canonical source repository
5 * @copyright https://github.com/laminas/laminas-stdlib/blob/master/COPYRIGHT.md
6 * @license https://github.com/laminas/laminas-stdlib/blob/master/LICENSE.md New BSD License
7 */
8
9 namespace Laminas\Stdlib\Exception;
10
11 /**
12 * Extension not loaded exception
13 */
14 class ExtensionNotLoadedException extends RuntimeException
15 {
16 }