Skip to content

Commit

Permalink
Merge branch 'bugfix/integration-tests' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
StulE-ru committed Aug 30, 2023
2 parents 46f7e6c + 3a98c18 commit 2b7bf5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ModernPDO.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ public function query(string $query, array $values = []): Statement
}
}
} catch (\Throwable $th) {
throw new \Exception($query, 1);

$statement = false;
}

Expand Down

0 comments on commit 2b7bf5d

Please sign in to comment.