mirror of https://github.com/gofiber/fiber.git
parent
58270e2d5b
commit
08099b0635
|
@ -3,7 +3,7 @@ id: recover
|
|||
title: Recover
|
||||
---
|
||||
|
||||
Recover middleware for [Fiber](https://github.com/gofiber/fiber) that recovers from panics anywhere in the stack chain and handles the control to the centralized [ErrorHandler](https://docs.gofiber.io/error-handling).
|
||||
Recover middleware for [Fiber](https://github.com/gofiber/fiber) that recovers from panics anywhere in the stack chain and handles the control to the centralized [ErrorHandler](https://docs.gofiber.io/guide/error-handling).
|
||||
|
||||
## Signatures
|
||||
|
||||
|
|
Loading…
Reference in New Issue