import { HttpException } from './http.exception'; export default class NotConnectedException extends HttpException { constructor(message: any); }