<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - cczona</title>
<link>http://snipplr.com/users/cczona/tags/exception</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 03:19:44 GMT</pubDate>
<item>
<title>(Bash) Rescue any exception in Ruby</title>
<link>http://snipplr.com/view/59991/rescue-any-exception-in-ruby/</link>
<description><![CDATA[ <p>From the Pickaxe, 4th edition, p. 352:

A rescue clause with no parameter is treated as if it had a parameter of StandardError. This means that some lower-level exceptions will not be caught by a parameterless rescue class. If you want to rescue every exception, use this:</p> ]]></description>
<pubDate>Thu, 20 Oct 2011 14:59:24 GMT</pubDate>
<guid>http://snipplr.com/view/59991/rescue-any-exception-in-ruby/</guid>
</item>
</channel>
</rss>