UNPKG

deepify

Version:
15 lines (11 loc) 277 B
'use strict'; const BaseException = require('../../../../../lib.compiled/Exception/Exception').Exception; class BundleException extends BaseException { /** * @param {Array} args */ constructor(...args) { super(...args); } } module.exports = BundleException;