UNPKG

reblendjs

Version:

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

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