summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/lib/Elastica/Exception/NotImplementedException.php
blob: 591417b632871dd32044212edf6a08299fe0cf19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
namespace Elastica\Exception;

/**
 * Not implemented exception.
 *
 * Is thrown if a function or feature is not implemented yet
 *
 * @author Nicolas Ruflin <spam@ruflin.com>
 */
class NotImplementedException extends \BadMethodCallException implements ExceptionInterface
{
}