import { WsgError, WsgEvent } from "../types.mjs"; //#region src/exceptions/ConnectionException.d.ts declare class ConnectionException extends Error { wsgEvent: WsgEvent; wsgError: WsgError; constructor(wsgEvent: WsgEvent); } //#endregion export { ConnectionException as default };