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

__construct() public method

public __construct ( $entityName, $id )
    public function __construct($entityName, $id)
    {
        $this->entityName = $entityName;
        $this->id = $id;
        parent::__construct('The filter dependency "' . $this->entityName . ' with the id "' . $this->id . '" was not found.', 0);
    }
FilterDependencyNotFoundException