Sha256: 9edb637137750bb4d665ffbaa34d7066f5cf8419a887714a9bcdc4512c6a6b18

Contents?: true

Size: 210 Bytes

Versions: 9

Compression:

Stored size: 210 Bytes

Contents

# frozen_string_literal: true

module ProformaXML
  class ProformaError < StandardError; end

  class PostGenerateValidationError < ProformaError; end

  class PreImportValidationError < ProformaError; end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
proformaxml-1.5.2 lib/proformaxml/errors.rb
proformaxml-1.5.1 lib/proformaxml/errors.rb
proformaxml-1.5.0 lib/proformaxml/errors.rb
proformaxml-1.4.0 lib/proformaxml/errors.rb
proformaxml-1.3.0 lib/proformaxml/errors.rb
proformaxml-1.2.0 lib/proformaxml/errors.rb
proformaxml-1.1.0 lib/proformaxml/errors.rb
proformaxml-1.0.0 lib/proformaxml/errors.rb
proformaxml-0.10.0 lib/proformaxml/errors.rb