Karlomikus\Theme\Exceptions\ThemeNotFoundException::__construct PHP Метод

__construct() публичный Метод

public __construct ( $themeName )
    public function __construct($themeName)
    {
        parent::__construct("Theme [{$themeName}] not found! Maybe you're missing a theme.json file.");
    }
ThemeNotFoundException