a2800276 / 8583

ruby implementation of iso 8583 financial messages
http://www.kuriositaet.de
MIT License
42 stars 45 forks source link

Use StandardError as base eception class #15

Closed lasseebert closed 9 years ago

lasseebert commented 9 years ago

When using a rescue without specifying the class to rescue, only StandardError is rescued. As I understand it, errors other than StamdardError are kind of reserved for fatal problems like memory errors.

This changes the base ISO8583Excpetion to be a StandardError.