Sha256: d079b6e966c14ed4b04f9bbe3d169561f94a078c38335bdb854af11efd832374

Contents?: true

Size: 155 Bytes

Versions: 6

Compression:

Stored size: 155 Bytes

Contents

module PluginAWeek #:nodoc:
  module EncryptedStrings
    # Indicates no public key was found
    class NoPublicKeyError < StandardError
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
encrypted_strings-0.0.3 lib/encrypted_strings/no_public_key_error.rb
encrypted_strings-0.0.4 lib/encrypted_strings/no_public_key_error.rb
encrypted_strings-0.1.1 lib/encrypted_strings/no_public_key_error.rb
encrypted_strings-0.0.2 lib/encrypted_strings/no_public_key_error.rb
encrypted_strings-0.0.5 lib/encrypted_strings/no_public_key_error.rb
encrypted_strings-0.1.0 lib/encrypted_strings/no_public_key_error.rb