UNPKG

reblendjs

Version:

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

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