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