diff --git a/Source/API/script/ExceptionHandle/PDOError.php b/Source/API/script/ExceptionHandle/PDOError.php index 4f70b5f..9a3295d 100644 --- a/Source/API/script/ExceptionHandle/PDOError.php +++ b/Source/API/script/ExceptionHandle/PDOError.php @@ -9,11 +9,11 @@ use Throwable; class PDOError extends HttpSpecializedException { 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) { - parent::__construct($request, $message, $previous); + parent::__construct($request, $message,$previous); } } \ No newline at end of file