Skip to content

Commit 07fd740

Browse files
committed
removed PHP < 7 support
1 parent daffd24 commit 07fd740

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Database/Table/ActiveRow.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ public function __toString()
5656
try {
5757
return (string) $this->getPrimary();
5858
} catch (\Throwable $e) {
59-
} catch (\Exception $e) {
60-
}
61-
if (isset($e)) {
6259
if (func_num_args()) {
6360
throw $e;
6461
}

0 commit comments

Comments
 (0)