﻿
function $Depend_ShowError(message, stackTrace) {
    // show nothing
}

function $Depend_ErrorHandler(exception, context) {
    // eat the exception
}
