UNPKG

react-monaco-editor

Version:
10 lines (8 loc) 152 B
'use strict'; class ListrError extends Error { constructor(message) { super(message); this.name = 'ListrError'; } } module.exports = ListrError;