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 b02914b commit 168f7ccCopy full SHA for 168f7cc
src/Handler/Logging.php
@@ -98,7 +98,7 @@ private function isExists(
98
} catch (RuntimeException $e) {
99
// use \Zend\Db\Adapter\Exception\RuntimeException but do here
100
// to avoid too much deep trace from Zend\Db classes
101
- throw new ${!${''} = \get_class($e)}($e->getMessage());
+ throw new ${! ${''} = \get_class($e)}($e->getMessage());
102
}
103
104
0 commit comments