From 3073f25a458a11387ac806a087fb78c0df7968b8 Mon Sep 17 00:00:00 2001 From: lacatoire Date: Thu, 10 Sep 2026 14:14:22 +0200 Subject: [PATCH] Add reference to language.error-handling.throwable in StompException --- entities/entities.manual.ent | 1 + reference/stomp/stompexception.xml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/entities/entities.manual.ent b/entities/entities.manual.ent index a08e72eb0..ddb3ed650 100644 --- a/entities/entities.manual.ent +++ b/entities/entities.manual.ent @@ -65,6 +65,7 @@ URLs rather than linkends. Any links to other manual books should live here. &url.php.manual;install.windows.building.php &url.php.manual;install.windows.manual.php &url.php.manual;book.pdo.php#intro.pdo +&url.php.manual;language.error-handling.throwable.php &url.php.manual;language.exceptions.php &url.php.manual;language.oop5.autoload.php &url.php.manual;language.oop5.cloning.php diff --git a/reference/stomp/stompexception.xml b/reference/stomp/stompexception.xml index 30877492c..0c174c5c3 100644 --- a/reference/stomp/stompexception.xml +++ b/reference/stomp/stompexception.xml @@ -11,7 +11,11 @@
&reftitle.intro; -Represents an error raised by the stomp extension. See Exceptions for more information about Exceptions in PHP. + Represents an error raised by the stomp extension. See Exceptions + for more information about Exceptions in PHP. + + + See also Throwable errors.