Current File : /home/jvzmxxx/wiki/vendor/ruflin/elastica/lib/Elastica/Exception/NotFoundException.php
<?php

namespace Elastica\Exception;

/**
 * Not found exception.
 *
 * @author Nicolas Ruflin <spam@ruflin.com>
 */
class NotFoundException extends \RuntimeException implements ExceptionInterface
{
}