Skip to content Skip to sidebar Skip to footer
Showing posts with the label Exception Handling

Unhandled Exceptions In Google Apps Script

I have created a public Web App with access to my private spreadsheet data. I can catch and log exc… Read more Unhandled Exceptions In Google Apps Script

How To Catch Exceptions Thrown In Callbacks Passed To Jquery?

I'd like to catch exceptions thrown from callbacks passed to jQuery (either to event handlers l… Read more How To Catch Exceptions Thrown In Callbacks Passed To Jquery?

How To Override $exceptionhandler Implementation

There are some extra things we want to do anytime a javascript exception is thrown. From the docs o… Read more How To Override $exceptionhandler Implementation