We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366ba2b commit 5258f2bCopy full SHA for 5258f2b
Model/PageType.php
@@ -111,7 +111,7 @@ public function getContext(): ?Context
111
public function resolvePageInfo(): ?array
112
{
113
if (!$this->getContext()) {
114
- throw new RuntimeException('UPWARD Context not set');
+ throw new RuntimeException(__('UPWARD Context not set'));
115
}
116
117
$storeId = (int) $this->storeManager->getStore()->getId();
0 commit comments