UNPKG

@das3mical/adonis-mercure

Version:

Mercure Hub integration for AdonisJS v6 — publish real-time updates via Server-Sent Events (SSE)

9 lines (7 loc) 201 B
import { MercureError } from './mercure_error.js' export class MercureConfigError extends MercureError { constructor(message: string) { super(message) this.name = 'MercureConfigError' } }