%PDF- %PDF-
| Direktori : /home/vacivi36/vittasync.vacivitta.com.br/vittasync/node/test/fixtures/debugger/ |
| Current File : /home/vacivi36/vittasync.vacivitta.com.br/vittasync/node/test/fixtures/debugger/exceptions.js |
let error = null;
try {
throw new Error('Caught');
} catch (e) {
error = e;
}
if (error) {
throw new Error('Uncaught');
}