Skip to content

Commit 54d9a61

Browse files
committed
fixed catch block
1 parent bd8b7e0 commit 54d9a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/06_Query/QueryObjectSql2Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function testGetStoredQueryPath()
115115

116116
$p = $query->getStoredQueryPath();
117117
$this->assertEquals('/tests_general_query/queryNode', $p);
118-
} catch(exception $e) {
118+
} catch(\Exception $e) {
119119
//FIXME: finally?
120120
$this->sharedFixture['ie']->import('general/base');
121121
throw $e;

0 commit comments

Comments
 (0)