Karlomikus\Theme\Exceptions\ThemeInfoAttributeException::__construct PHP 메소드

__construct() 공개 메소드

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