Constructs the exception.
string $message: The exception message.
string $theme: The missing theme dependency.
public function __construct($message, $theme) { parent::__construct($message); $this->theme = $theme; }