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 56e7a31..fb4ec52 100644
--- a/documentation/exceptions.html
+++ b/documentation/exceptions.html
@@ -1,7 +1,7 @@
<h1>Exceptions</h1>
<p>
PHP and C++ both support exceptions, and with the PHP-CPP library exception
- handling between these two languages has become completely transparent.
+ handling between these two languages is completely transparent.
Exceptions that you throw in C++ are automatically passed on to the PHP
script, and exceptions thrown by PHP scripts can be caught by your C++
code as if it was a plain C++ exception.