Removing test line, API should be 100% functional 2
continuous-integration/drone/push Build is passing Details

master
dorian.hodin 2 years ago
parent 18f5f57e2c
commit 363ce5e13e

@ -10,7 +10,7 @@ class PDOError extends HttpSpecializedException {
protected string $title = "PDO connection failed";
public function __construct(ServerRequestInterface $request,string $message,Throwable $previous)
public function __construct(ServerRequestInterface $request,string $message,?Throwable $previous = null)
{
$this->file = $previous->getFile();
$this->line = $previous->getLine();

Loading…
Cancel
Save