UNPKG

reblendjs

Version:

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

6 lines 146 B
class NullException extends Error { constructor(message) { super(message ?? 'Null object not accepted'); } } export default NullException;