myfreeweb + via:sunpig   3

The Perils of “rescue Exception”
So remember, your application errors should be subclasses of StandardError and if you want to catch everything, just stick will plain old “rescue => ex”. Your application will behave better for it.
ruby  via:sunpig 
25 days ago by myfreeweb

related tags

ruby  via:sunpig 

Copy this bookmark:



description:


tags: