UNPKG

@fastify/middie

Version:

Middleware engine for Fastify

8 lines (4 loc) 274 B
'use strict' const { createError } = require('@fastify/error') const FST_ERR_MIDDIE_INVALID_HOOK = createError('FST_ERR_MIDDIE_INVALID_HOOK', 'The %s-hook is not supported by @fastify/middie', 500) module.exports.FST_ERR_MIDDIE_INVALID_HOOK = FST_ERR_MIDDIE_INVALID_HOOK