Skip to content

Commit

Permalink
Replace reference to unknown Exception
Browse files Browse the repository at this point in the history
Fix #4683
  • Loading branch information
l2dy committed Oct 3, 2020
1 parent 570554b commit 11412c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eccube/DataCollector/EccubeDataCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 11412c3

Please sign in to comment.