Sha256: e11a1cbff8bdf6165759cc315aa17508d5111128b7705355260e856ffb79b490

Contents?: true

Size: 168 Bytes

Versions: 5

Compression:

Stored size: 168 Bytes

Contents

# frozen_string_literal: true

module LZFSE
  class LZFSEError < RuntimeError
  end

  class EncodeError < LZFSEError
  end

  class DecodeError < LZFSEError
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lzfse-0.0.2 lib/lzfse/exceptions.rb
lzfse-0.0.2.pre.2 lib/lzfse/exceptions.rb
lzfse-0.0.1 lib/lzfse/exceptions.rb
lzfse-0.0.1.pre.5 lib/lzfse/exceptions.rb
lzfse-0.0.1.pre.4 lib/lzfse/exceptions.rb