Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd41cc2 commit 9b9666fCopy full SHA for 9b9666f
1 file changed
src/Illuminate/Database/QueryException.php
@@ -45,7 +45,7 @@ public function __construct($sql, array $bindings, $previous)
45
*
46
* @param string $sql
47
* @param array $bindings
48
- * @param \PDOException $previous
+ * @param \Exception $previous
49
* @return string
50
*/
51
protected function formatMessage($sql, $bindings, $previous)
0 commit comments