lib/aws/session_store/dynamo_db/invalid_id_error.rb
module Aws::SessionStore::DynamoDB class InvalidIDError < RuntimeError def initialize(msg = "Corrupt Session ID!") super end end end
module Aws::SessionStore::DynamoDB class InvalidIDError < RuntimeError def initialize(msg = "Corrupt Session ID!") super end end end