Karlomikus\Theme\Exceptions\ThemeInfoAttributeException::__construct PHP Method

__construct() public method

public __construct ( $attr, $theme = null )
    public function __construct($attr, $theme = null)
    {
        parent::__construct("Attribute '{$attr}' is required, but it's missing from theme.json file");
    }
ThemeInfoAttributeException