controller = $controller; } /** * custom error message type. */ public function missingWidgetThing(): string { return 'widget thing is missing'; } }