Subject: [ruby-talk:01809] TK and exceptions
From: Dave Thomas <Dave thomases.com>
Date: 13 Mar 2000 11:18:03 -0600
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