package
2.2.3
Repository: https://github.com/archine/gin-plus.git
Documentation: pkg.go.dev

# Functions

GlobalExceptionInterceptor gin global exception interceptor add via gin middleware.
OrThrow If err not nil, a system-level exception is thrown.
OrThrowBusiness If err not nil, a business-level exception is thrown.

# Structs

BusinessException the service level exception, the service code is -10400, equivalent to resp.BadRequest.