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

__construct() public method

public __construct ( $attribute )
    public function __construct($attribute)
    {
        $this->attribute = $attribute;
        parent::__construct('The attribute with the name "' . $this->attribute . '" is missing.', 0);
    }
MissingConditionAttributeException