UNPKG

toki-hapi-bridge

Version:

hapijs plugin for bridging into the toki core runtime

9 lines (6 loc) 131 B
'use strict'; module.exports = class UnsupportedType extends Error { constructor(...args) { super(...args); } };