chill-bundles/Search/ParsingException.php
2014-12-27 18:59:56 +01:00

6 lines
87 B
PHP

<?php
namespace Chill\MainBundle\Search;
class ParsingException extends \Exception
{
}