Newscoop\Service\Implementation\Exception\XMLMissingAttribueException::__construct PHP Méthode

__construct() public méthode

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