Skip to content

Rendering

Everything under Quiote\Exception\Rendering.

ClassDescription
ExceptionRendererRegistryProcess-global slot for the “developer” and “safe” exception renderers (the ones ErrorHandlingMiddleware uses when core.developer_exceptions is true or false, respectively), mirroring the static, worker-lifetime pattern of DatabaseDriverRegistry / MiddlewareCatalog.
SafeRendererDefault renderer: never leaks exception internals.
InterfaceDescription
ExceptionRendererTurns a caught Throwable into a client-facing PSR-7 response.
TraitDescription
NegotiatesContentShared Accept-header negotiation for exception renderers.
NamespaceContents
Whoops2 types