Sha256: d49b9fc5e5fed75a41a42b7dff5a8fde6e006f661a693dd2f0711baf6d35681a

Contents?: true

Size: 157 Bytes

Versions: 6

Compression:

Stored size: 157 Bytes

Contents

module PluginAWeek #:nodoc:
  module EncryptedStrings
    # Indicates no private key was found
    class NoPrivateKeyError < StandardError
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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