refactor: update error message in ThemeHelper class for clarity and consistency

This commit is contained in:
Zack Spear
2025-04-07 13:37:22 -07:00
parent 9672a76dba
commit 83363f1cdd

View File

@@ -24,7 +24,7 @@ class ThemeHelper {
self::THEME_AZURE => self::COLOR_WHITE
];
private const INIT_ERROR = 'Theme not initialized. Call initWithCurrentThemeSetting() first.';
private const INIT_ERROR = 'ThemeHelper not initialized. Call initWithCurrentThemeSetting() first.';
private string $themeName;
private bool $topNavTheme;