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.