database
database copied to clipboard
Exception code property must be int - DriverException.php
As PHP exception is defined with code of type int, there must be always int
public function __construct(string $message = "", int $code = 0, \Throwable $previous = NULL) {}
- bug fix
- BC break? no