Skip to content

Commit 5258f2b

Browse files
committed
PWA-3124::upward connector
1 parent 366ba2b commit 5258f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/PageType.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function getContext(): ?Context
111111
public function resolvePageInfo(): ?array
112112
{
113113
if (!$this->getContext()) {
114-
throw new RuntimeException('UPWARD Context not set');
114+
throw new RuntimeException(__('UPWARD Context not set'));
115115
}
116116

117117
$storeId = (int) $this->storeManager->getStore()->getId();

0 commit comments

Comments
 (0)