Go back to an old error message (PDOError.php)
continuous-integration/drone/push Build is passing Details

master
dorian.hodin 2 years ago
parent 75d9825bcb
commit 14eea0a871

@ -9,7 +9,7 @@ use Throwable;
class PDOError extends HttpSpecializedException { class PDOError extends HttpSpecializedException {
protected $code = 408; protected $code = 408;
protected string $title = "PDO Exception thrown in API"; protected string $title = "PDO Exception connection failed";
public function __construct(ServerRequestInterface $request,string $message, ?Throwable $previous = null) public function __construct(ServerRequestInterface $request,string $message, ?Throwable $previous = null)
{ {

Loading…
Cancel
Save