summaryrefslogtreecommitdiff
path: root/documentation/exceptions.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/exceptions.html')
-rw-r--r--documentation/exceptions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/exceptions.html b/documentation/exceptions.html
index fb4ec52..c4f0e5c 100644
--- a/documentation/exceptions.html
+++ b/documentation/exceptions.html
@@ -78,7 +78,7 @@ exception caught
is as if you're not even working in two different languages, and you can
simply throw a Php::Exception object as if it was a regular PHP exception.
</p>
-<h2>Catching exceptions in C++</h2>
+<h2 id="catching-exceptions">Catching exceptions in C++</h2>
<p>
And this works the other way around too. If your extension calls a PHP
function, and that PHP function happens to throw an exception, you can catch it