# Functions
HandleError is a method to invoke when a non-user facing piece of code cannot return an error and needs to indicate it has been ignored.
Multi returns an error with the supplied errors.
Must panics if err != nil.
# Variables
ErrorHandlers is a list of functions which will be invoked when a nonreturnable error occurs.