UNPKG

@nitin15j/plugin-dora-backend

Version:

This plugin backend was templated using the Backstage CLI. You should replace this text with a description of your plugin backend.

14 lines (11 loc) 296 B
'use strict'; class DoraMetricsError extends Error { constructor(message, code, details) { super(message); this.code = code; this.details = details; this.name = "DoraMetricsError"; } } exports.DoraMetricsError = DoraMetricsError; //# sourceMappingURL=DoraMetrics.cjs.js.map