Skip to content

Instantly share code, notes, and snippets.

@aloha1003
Created December 26, 2016 02:00
Show Gist options
  • Save aloha1003/836a6fbbb583739337abd0d049135dd6 to your computer and use it in GitHub Desktop.
Save aloha1003/836a6fbbb583739337abd0d049135dd6 to your computer and use it in GitHub Desktop.
try {
//do something
} catch (\Exception $ex){
//Write to Log
echo $ex->getMessage();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment