Sha256: fccd7706ed8bf9c3dbdd0f070ae0843019f8dfbe9c66d4e20441f1b3deae9a0f
Contents?: true
Size: 151 Bytes
Versions: 4
Compression:
Stored size: 151 Bytes
Contents
module Aws::SessionStore::DynamoDB class InvalidIDError < RuntimeError def initialize(msg = "Corrupt Session ID!") super end end end
Version data entries
4 entries across 4 versions & 1 rubygems