in indigo.js [21:25]
export let IndigoException = function(message) { this.message = message; this.name = "IndigoException"; this.stack = (new Error).stack; };