UNPKG

ui-framework-jps

Version:

A simple UI framework for state management and UI components

7 lines 227 B
export class DefinitionNotFoundError extends Error { constructor(msg) { super(msg); Object.setPrototypeOf(this, DefinitionNotFoundError.prototype); } } //# sourceMappingURL=DefinitionNotFoundError.js.map