UNPKG

@amirmarmul/waba-common

Version:

![GitHub release](https://img.shields.io/github/v/release/amirmarmul/waba-common?style=flat-square)

11 lines (10 loc) 411 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConnectionNotFoundError = void 0; const HealthCheckError_1 = require("./HealthCheckError"); class ConnectionNotFoundError extends HealthCheckError_1.HealthCheckError { constructor() { super('Connection provider not found in application context'); } } exports.ConnectionNotFoundError = ConnectionNotFoundError;