5eb0389fa923e006630fa9e9ce8123f6ffbba006
[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 * Bad method call exception
13 */
14 class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface
15 {
16 }