UNPKG

reblendjs

Version:

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

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