UNPKG

evils.db

Version:

![Image](https://img.shields.io/npm/v/evils.db) ![Image](https://img.shields.io/npm/dt/evils.db) ![Image](https://nodei.co/npm/evils.db.png)

10 lines (9 loc) 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DatabaseError = void 0; class DatabaseError extends Error { constructor(text) { super(text); } } exports.DatabaseError = DatabaseError;