Base class for application
exceptionHandler: AbstractExceptionHandler | null
interceptor: AbstractInterceptor | null
getAppPath(): string
abstract
handlerException(exception: IException): HttpResponse
protected
init(config: Partial<IApplication>): void
abstract
requestListener(request: HttpRequest): Promise<HttpResponse>
setAppPath(path: string): void
setRuntimePath(path: string): void