UNPKG

@amirmarmul/waba-common

Version:

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

11 lines (10 loc) 312 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HealthCheckError = void 0; class HealthCheckError extends Error { constructor(message) { super(message); Error.captureStackTrace(this, this.constructor); } } exports.HealthCheckError = HealthCheckError;