Newscoop\Service\Implementation\Exception\XMLMissingAttribueException::__construct PHP Method

__construct() public method

public __construct ( $attributeName )
    public function __construct($attributeName)
    {
        Validation::notEmpty($attributeName, 'attributeName');
        $this->attributeName = $attributeName;
    }
XMLMissingAttribueException