UNPKG

@thermopylae/lib.user-session

Version:

Stateful implementation of the user session.

6 lines (5 loc) 190 B
import { Exception } from '@thermopylae/lib.exception'; function createException(code, message) { return new Exception("LIB_USER_SESSION" , code, message); } export { createException };