Skip to content

Commit fa9aa8a

Browse files
committed
Selection: fixed exception namespace
1 parent a058b8c commit fa9aa8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Table/Selection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ protected function execute()
474474
try {
475475
$result = $this->query($this->getSql());
476476

477-
} catch (DriverException $exception) {
477+
} catch (Nette\Database\DriverException $exception) {
478478
if (!$this->sqlBuilder->getSelect() && $this->previousAccessedColumns) {
479479
$this->previousAccessedColumns = FALSE;
480480
$this->accessedColumns = [];

0 commit comments

Comments
 (0)