UNPKG

@thermopylae/lib.cache

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