Sha256: d05e5b7f8a5671ef21d10db8d7ee6307e02b7951985991a45c2f2a31bcf0c044

Contents?: true

Size: 350 Bytes

Versions: 1

Compression:

Stored size: 350 Bytes

Contents

class MT940
  module Errors
    class MT940Error < StandardError; end

    class FieldNotImplementedError < MT940Error; end

    class ParseError < MT940Error; end

    class WrongLineFormatError < ParseError; end

    class InvalidAmountFormatError < ParseError; end

    class UnexpectedStructureError < ParseError; end
  end

  include Errors
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mt940_parser-1.4.0 lib/mt940/errors.rb