Kayıtlar

Google Apps Script Custom Catch Function etiketine sahip yayınlar gösteriliyor

Google Apps Script Custom Catch Function

 function catch(arguments,exception){     console.log(arguments.callee.name+":", "Error report",       "\r\nMessage: " + exception.message       + "\r\nFile: " + exception.fileName       + "\r\nLine: " + exception.lineNumber); }