MCPcopy Create free account
hub / github.com/SwishHQ/spread / InternalServerErrorException

Function InternalServerErrorException

exception/exception.go:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func InternalServerErrorException() error {
28 msg := fmt.Sprintf("Something went wrong. Please try again later.")
29 return fiber.NewError(fiber.StatusInternalServerError, msg)
30}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected