Skip to content

Commit

Permalink
Merge pull request #4714 from l2dy/issue-4683
Browse files Browse the repository at this point in the history
Replace reference to unknown Exception
  • Loading branch information
okazy authored Oct 6, 2020
2 parents 570554b + 11412c3 commit de8a9ff
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 de8a9ff

Please sign in to comment.