Created
June 23, 2013 16:20
-
-
Save ebdrup/5845565 to your computer and use it in GitHub Desktop.
Logging your own error with Muscula
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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