import Exception from '../Exception'; export default class EventBusException extends Exception { /** * Constructor */ constructor(message: string, driver?: string); }