yesod-session-persist-0.0.0.2: SQL session backend for Yesod
Safe HaskellSafe-Inferred
LanguageGHC2021

Yesod.Session.Storage.Exceptions

Synopsis

Documentation

data StorageException Source #

Common exceptions that may be thrown by any storage.

Constructors

SessionAlreadyExists

Thrown when attempting to insert a new session and another session with the same key already exists

SessionDoesNotExist

Thrown when attempting to replace an existing session but no session with the same key exists