UNPKG

fluent-object-stream

Version:
10 lines (9 loc) 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class StreamError extends Error { constructor(cause) { super('Error during stream. See cause for more information.'); this.cause = cause; } } exports.default = StreamError;