Skip to content
kolban edited this page Nov 28, 2015 · 2 revisions

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.

Clone this wiki locally