UNPKG

@godaddy/terminus

Version:

[![Join Slack](https://img.shields.io/badge/Join%20us%20on-Slack-e01563.svg)](https://godaddy-oss.slack.com/) [![Build Status](https://github.com/godaddy/terminus/actions/workflows/cicd.yml/badge.svg)](https://github.com/godaddy/terminus/actions/workflows

10 lines (7 loc) 208 B
module.exports.HealthCheckError = class TerminusError extends Error { constructor (message, causes) { super(message) this.causes = causes Error.captureStackTrace(this, this.constructor) } }