UNPKG

toki-logger

Version:
9 lines (6 loc) 140 B
'use strict'; module.exports = class AlreadyInstantiatedError extends Error { constructor(...args) { super(...args); } };