ramirez/src/BotError.js

6 lines
67 B
JavaScript

class BotError extends Error {}
module.exports = {
BotError,
};