* Set the 404 handler
(
handler: RouteHandlerMethod<RawServer, RawRequest, RawReply, RouteGeneric, ContextConfig, SchemaCompiler, TypeProvider, Logger>
)
| 450 | * Set the 404 handler |
| 451 | */ |
| 452 | setNotFoundHandler<RouteGeneric extends RouteGenericInterface = RouteGenericInterface, ContextConfig extends ContextConfigDefault = ContextConfigDefault, TypeProvider extends FastifyTypeProvider = FastifyTypeProviderDefault, SchemaCompiler extends FastifySchema = FastifySchema> ( |
| 453 | handler: RouteHandlerMethod<RawServer, RawRequest, RawReply, RouteGeneric, ContextConfig, SchemaCompiler, TypeProvider, Logger> |
| 454 | ): FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider>; |
| 455 |
no outgoing calls