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 c3f7ef5 commit 8ac9ad1Copy full SHA for 8ac9ad1
src/Databases/MySQL.php
@@ -246,7 +246,7 @@ public function transaction($tries = 1, $callback = null) {
246
$callback = $tries;
247
$tries = 1;
248
} elseif(!is_callable($callback)) {
249
- throw new \Exception("Callable must be a callable");
+ throw new \Exception('$callback must be a callable');
250
}
251
$e = null;
252
for(; $tries--;) {
0 commit comments