Is there any general way, other than putting in "rescue" catch sections, to capture exceptions thrown when an unexpected exception is thrown? Thanks in advance, James -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060116/6c2f4bb9/attachment.html
On Jan 17, 2006, at 4:19 , James Ricci wrote:> Is there any general way, other than putting in ?rescue? catch > sections, to capture exceptions thrown when an unexpected exception > is thrown?As far as I know, rescue *is* the general way. Michael Glaesemann grzm myrealbox com