UNPKG

reblendjs

Version:

This is build using react way of handling dom but with web components

8 lines (6 loc) 220 B
class InvalidTagNameException extends Error { constructor(message?: string) { super(message ?? 'Invalid tagName for custom element \n TagName cannot be empty or null') } } export default InvalidTagNameException