mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 02:23:51 +00:00
@@ -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");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user