UNPKG

vee-dom

Version:

Small and easy to use virtual dom library

7 lines (4 loc) 134 B
'use strict'; const BaseException = require('./base'); class MissingParent extends BaseException {} module.exports = MissingParent;