I have a TkButton, which calls a method when pressed. That method
throws an exception, using

   raise "wombat"

I get a Tk popup saying

   tk.rb:535: in '_invoke' bad window path name 'wombat'

Should I now throw exceptions in callbacks?


Dave