csw / bioruby-maf

MAF parser for BioRuby
MIT License
11 stars 6 forks source link

Eliminate all use of bare "rescue" #101

Closed csw closed 12 years ago

csw commented 12 years ago

This does not Do The Right Thing. Need rescue Exception instead.