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

master
dorian.hodin 2 years ago
parent eb1be00c7e
commit 8937173313

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

Loading…
Cancel
Save