Sha256: 45faa549aecc204883629a1dd9d9d5f8ca57947b9e4b41102c7f2d3be8044eb1
Contents?: true
Size: 272 Bytes
Versions: 1
Compression:
Stored size: 272 Bytes
Contents
# frozen_string_literal: true module InlineEncryption class MissingRequiredVariableError < StandardError; end class DecryptionFailureError < StandardError; end class EncryptionFailureError < StandardError; end class MisconfigurationError < StandardError; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
inline_encryption-2.1.0 | lib/inline_encryption/errors.rb |