Sha256: 793455e75c903222e07f9713dd737a47a3065698ff0c7e423c9e967803f1d473

Contents?: true

Size: 203 Bytes

Versions: 6

Compression:

Stored size: 203 Bytes

Contents

# frozen_string_literal: true

module Dachsfisch
  class DachsfischError < StandardError; end
  class InvalidJSONInputError < DachsfischError; end
  class InvalidXMLInputError < DachsfischError; end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dachsfisch-1.0.2 lib/dachsfisch/errors.rb
dachsfisch-1.0.1 lib/dachsfisch/errors.rb
dachsfisch-1.0.0 lib/dachsfisch/errors.rb
dachsfisch-0.2.0 lib/dachsfisch/errors.rb
dachsfisch-0.1.1 lib/dachsfisch/errors.rb
dachsfisch-0.1.0 lib/dachsfisch/errors.rb