MissingThemeDependencyException
class MissingThemeDependencyException extends Exception (View source)
Exception to be thrown when base theme for installed theme is not installed.
Properties
| protected string | $theme | The missing theme dependency. |
Methods
__construct(string $message, string $theme)
Constructs the exception.
string
getMissingThemeName()
Gets the machine name of the missing theme.
Details
__construct(string $message, string $theme)
Constructs the exception.
string
getMissingThemeName()
Gets the machine name of the missing theme.