-
-
Notifications
You must be signed in to change notification settings - Fork 757
Error Handling
Gordon Williams edited this page Feb 23, 2017
·
2 revisions
THIS WIKI IS OUT OF DATE. check out the README.md on GitHub for docs on Espruino internals, or see www.espruino.com for searchable, up to date docs on using Espruino.
Within Espruino there are a number of error handling mechanisms. When a logical error is
detected in a user's JavaScript, we should use jsException
. An older function called jsError
has now all but been deprecated and jsException
should be used in preference.