FOSElasticaBundle/Provider/NotIndexableException.php

14 lines
173 B
PHP

<?php
namespace FOQ\ElasticaBundle\Provider;
use RuntimeException;
/**
* Skip a document during population
*/
class NotIndexableException extends RuntimeException
{
}