diff --git a/src/Eccube/DataCollector/EccubeDataCollector.php b/src/Eccube/DataCollector/EccubeDataCollector.php index 515a25beff5..e838fdd6b8e 100644 --- a/src/Eccube/DataCollector/EccubeDataCollector.php +++ b/src/Eccube/DataCollector/EccubeDataCollector.php @@ -113,7 +113,7 @@ public function collect(Request $request, Response $response, \Exception $except try { $this->data['locale_code'] = $this->container->getParameter('locale'); - } catch (LocaleNotFoundException $exception) { + } catch (\Exception $exception) { } try {