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.

Parameters

string $message

The exception message.

string $theme

The missing theme dependency.

string getMissingThemeName()

Gets the machine name of the missing theme.

Return Value

string

The machine name of the theme that is missing.