<?php
/**
* Not implemented exception
*
* Is thrown if a function or feature is not implemented yet
*
* @category Xodoa
* @package Elastica
* @author Nicolas Ruflin <hide@address.com>
*/
class Elastica_Exception_NotImplemented extends Elastica_Exception_Abstract
{
}