Set behaviour of searchProvider as expected

refs #223 refs #377
This commit is contained in:
2015-01-03 23:17:53 +01:00
parent 94b213ccf3
commit eea91de0e0
4 changed files with 61 additions and 24 deletions

View File

@@ -29,7 +29,6 @@ class UnknowSearchNameException extends \Exception
{
public function __construct($name)
{
parent::__construct( "The module search with name $name "
. "is not found");
parent::__construct( "No module search supports with the name $name");
}
}