1<?php
2
3/**
4 * @see       https://github.com/laminas/laminas-ldap for the canonical source repository
5 * @copyright https://github.com/laminas/laminas-ldap/blob/master/COPYRIGHT.md
6 * @license   https://github.com/laminas/laminas-ldap/blob/master/LICENSE.md New BSD License
7 */
8
9namespace Laminas\Ldap\Exception;
10
11class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface
12{
13}
14