summaryrefslogtreecommitdiffhomepage
path: root/php.html.markdown
diff options
context:
space:
mode:
authorGayan <gayanhewa@gmail.com>2015-10-07 16:01:09 +0800
committerGayan <gayanhewa@gmail.com>2015-10-07 16:01:09 +0800
commitddb3c9eab5f12a0942c9aab61a679d58043a483b (patch)
tree311e2dbffb977411fa9462c2b3f4c785d12da5b8 /php.html.markdown
parenta03b4003907e54da8c47c6aabe93c95f958b4f4d (diff)
Update php.html.markdown
Diffstat (limited to 'php.html.markdown')
-rw-r--r--php.html.markdown5
1 files changed, 5 insertions, 0 deletions
diff --git a/php.html.markdown b/php.html.markdown
index 2de0d3fa..7c796652 100644
--- a/php.html.markdown
+++ b/php.html.markdown
@@ -693,6 +693,11 @@ use My\Namespace as SomeOtherNamespace;
$cls = new SomeOtherNamespace\MyClass();
+/**********************
+* Error Handling
+*
+*/
+
// Simple error handling can be done with try catch block
try {