UNPKG

@toki/toki-hapi-bridge

Version:

hapijs plugin for bridging into the toki core runtime

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