Total Complexity | 1 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class QueryException extends IlluminateQueryException |
||
9 | { |
||
10 | /** |
||
11 | * Format the SQL error message. |
||
12 | * |
||
13 | * @param string $sql |
||
14 | * @param array $bindings |
||
15 | * @param \Throwable $previous |
||
16 | * @return string |
||
17 | */ |
||
18 | 8 | protected function formatMessage($sql, $bindings, Throwable $previous) |
|
26 |