UNPKG

reblendjs

Version:

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

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