UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

12 lines (11 loc) 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; class UnreachableException { constructor(value) { this.error = new Error(`unreachable case: ${JSON.stringify(value)}`); } } exports.default = UnreachableException;