Switch to edit mode.
Name(s): handle_uncaught_error1: "Copied from Generic Connectable Object (#24):handle_uncaught_error by Slacker (#55) Feb 14 18:47:40 1998"
2: if (!caller_perms().wizard && caller != this)
3: raise(E_PERM)
4: endif
5: if (length(args) == 1)
6: for x in (args[1])
7: this:do_tell(x)
8: endfor
9: else
10: {error, message, value, callers, tb} = args
11: for x in (tb)
12: this:do_tell(x)
13: endfor
14: endif
15: return 1