Skip to content

Instantly share code, notes, and snippets.

@ebdrup
Created June 23, 2013 16:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ebdrup/5845565 to your computer and use it in GitHub Desktop.
Save ebdrup/5845565 to your computer and use it in GitHub Desktop.
Logging your own error with Muscula
try {
//your code, that may cause an error...
} catch(ex){
Muscula.errors.push(ex); //Log error to Muscula
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment