F
Ferenc Engard
Hello,
There are a few situations when ruby code runs in a way that the raised
exceptions are swallowed by the ruby/tk code (I suppose). I didn't look
much after it, but one of this is when ruby code runs as an 'after'
callback.
Can I somehow globally catch these exceptions? Because if I forget to
place a begin...rescue...TkDialog envelope to the code, these exceptions
are easily overlooked.
Thanks:
Ferenc
There are a few situations when ruby code runs in a way that the raised
exceptions are swallowed by the ruby/tk code (I suppose). I didn't look
much after it, but one of this is when ruby code runs as an 'after'
callback.
Can I somehow globally catch these exceptions? Because if I forget to
place a begin...rescue...TkDialog envelope to the code, these exceptions
are easily overlooked.
Thanks:
Ferenc