Exemplo n.º 1
0
func stitchError(vm *otto.Otto, err error) otto.Value {
	return vm.MakeCustomError("StitchError", err.Error())
}