Total Complexity | 3 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class StatementException extends DatabaseException implements StatementExceptionInterface |
||
18 | { |
||
19 | /** @var string */ |
||
20 | private $query; |
||
21 | |||
22 | public function __construct(\Throwable $previous, string $query) |
||
26 | } |
||
27 | 36 | ||
28 | public function getQuery(): string |
||
31 | 36 | } |
|
32 | |||
33 | public function setMessage(string $message): self |
||
40 |