summaryrefslogtreecommitdiff
path: root/Examples/Exceptions/ExceptionCatch/exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/Exceptions/ExceptionCatch/exception.php')
-rw-r--r--Examples/Exceptions/ExceptionCatch/exception.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/Examples/Exceptions/ExceptionCatch/exception.php b/Examples/Exceptions/ExceptionCatch/exception.php
index 06bd534..0fec704 100644
--- a/Examples/Exceptions/ExceptionCatch/exception.php
+++ b/Examples/Exceptions/ExceptionCatch/exception.php
@@ -1,12 +1,12 @@
<?php
/**
- * exception.cpp
+ * exception.cpp
*
- * @author Jasper van Eck <jasper.vaneck@copernica.com>
+ * @author Jasper van Eck <jasper.vaneck@copernica.com>
*
- * This example shows the working of a C++ function that throws an
- * exception, and that exception is then caught by PHP code.
- *
+ * This example shows the working of a C++ function that throws an
+ * exception, and that exception is then caught by PHP code.
+ *
*/
// call the second C++ function that accepts a callback