Sulu\Bundle\ResourceBundle\Resource\Exception\ConditionGroupMismatchException::__construct PHP Method

__construct() public method

public __construct ( $id )
    public function __construct($id)
    {
        $this->id = $id;
        parent::__construct('The condition group with the id "' . $this->id . '" is not related to the given conditions.', 0);
    }
ConditionGroupMismatchException