Skip to content

Commit c659cbb

Browse files
committed
Fixed namespace
1 parent 638a959 commit c659cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Util/Connector/Nette.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function doRequest($request)
4444
ob_start();
4545
try {
4646
$this->container->getByType('Nette\Application\Application')->run();
47-
} catch (Exception $e) {
47+
} catch (\Exception $e) {
4848
ob_end_clean();
4949
Debugger::log($e);
5050
throw $e;

0 commit comments

Comments
 (0)