summaryrefslogtreecommitdiff
path: root/documentation/exceptions.html
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-12 14:09:12 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-12 14:09:12 +0100
commit4415b472ae57e367e1fcece4c04355b55a868a1b (patch)
treed7ae2d97e6d28ef2b0d83be21a6f63e61670a27c /documentation/exceptions.html
parent54f119f263d72f5bbeaa34d8d9b8bb4e21cd8bab (diff)
small fix to exception documentation
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.