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 {