If you were to look inside the VI, you would see that all of the subVIs do have error in/error out connections and that there the General Error Handler function as the last VI called. If an error does occur, you will get a dialog box that displays the error and you'll get a stop/continue question. If you want to do your own error handling, simply remove the General Error Handler function, add Error In and Error Out clusters to the connector and save the VI as a different name.