Implementing search language

refs #223
This commit is contained in:
2014-12-27 18:59:56 +01:00
parent d59882159d
commit 13f7dcb00b
4 changed files with 126 additions and 12 deletions

View File

@@ -0,0 +1,6 @@
<?php
namespace Chill\MainBundle\Search;
class ParsingException extends \Exception
{
}