UNPKG

@das3mical/adonis-mercure

Version:

A simple AdonisJS provider to interact with Mercure hub

8 lines (7 loc) 207 B
import { MercureError } from './mercure_error.js'; export class MercureConfigError extends MercureError { constructor(message) { super(message); this.name = 'MercureConfigError'; } }