()
| 25 | } |
| 26 | |
| 27 | func InternalServerErrorException() error { |
| 28 | msg := fmt.Sprintf("Something went wrong. Please try again later.") |
| 29 | return fiber.NewError(fiber.StatusInternalServerError, msg) |
| 30 | } |
nothing calls this directly
no outgoing calls
no test coverage detected