MCPcopy Index your code
hub / github.com/php/frankenphp / error

Method error

caddy/admin.go:64–66  ·  view source on GitHub ↗
(statusCode int, err error)

Source from the content-addressed store, hash-verified

62}
63
64func (admin *FrankenPHPAdmin) error(statusCode int, err error) error {
65 return caddy.APIError{HTTPStatus: statusCode, Err: err}
66}

Callers 2

restartWorkersMethod · 0.95
threadsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected