summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/lib/Elastica/Exception/NotImplementedException.php
blob: 49d3918b0dd94dd78073f79f018d9c22df3caea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

namespace Elastica\Exception;

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