1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-30 19:40:36 +02:00

Update php.html.markdown

This commit is contained in:
Gayan
2015-10-07 16:01:09 +08:00
parent a03b400390
commit ddb3c9eab5

View File

@@ -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 {