UNPKG

gemini-core

Version:

Utility which contains common modules for gemini and hermione

10 lines (7 loc) 158 B
'use strict'; module.exports = class CoreError extends Error { constructor(message) { super(message); this.name = 'CoreError'; } };