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.
When using a
rescue
without specifying the class to rescue, only StandardError is rescued. As I understand it, errors other thanStamdardError
are kind of reserved for fatal problems like memory errors.This changes the base ISO8583Excpetion to be a StandardError.