We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daffd24 commit 07fd740Copy full SHA for 07fd740
1 file changed
src/Database/Table/ActiveRow.php
@@ -56,9 +56,6 @@ public function __toString()
56
try {
57
return (string) $this->getPrimary();
58
} catch (\Throwable $e) {
59
- } catch (\Exception $e) {
60
- }
61
- if (isset($e)) {
62
if (func_num_args()) {
63
throw $e;
64
}
0 commit comments