UNPKG

@thermopylae/core.cookie-session

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