UNPKG

gemini-core

Version:

Utility which contains common modules for gemini and hermione

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