UNPKG

eas-cli

Version:
10 lines (9 loc) 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChannelNotFoundError = void 0; class ChannelNotFoundError extends Error { constructor(message) { super(message ?? 'Channel not found.'); } } exports.ChannelNotFoundError = ChannelNotFoundError;