Sha256: 9626962c47564c7b02bd48db7c03147a215c84ed82cb641c0647083aba7f6f35

Contents?: true

Size: 345 Bytes

Versions: 3

Compression:

Stored size: 345 Bytes

Contents

module Sym
  module Crypt
    # All public exceptions of this library are here.
    module Errors
      class Error < StandardError; end

      class NoPasswordProvided < Sym::Crypt::Errors::Error; end

      class NoPrivateKeyFound < Sym::Crypt::Errors::Error; end

      class NoDataProvided < Sym::Crypt::Errors::Error; end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sym-crypt-1.2.0 lib/sym/crypt/errors.rb
sym-crypt-1.1.1 lib/sym/crypt/errors.rb
sym-crypt-1.0.0 lib/sym/crypt/errors.rb