Rendering
Everything under Quiote\Exception\Rendering.
Classes
Section titled “Classes”| Class | Description |
|---|---|
ExceptionRendererRegistry | Process-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. |
SafeRenderer | Default renderer: never leaks exception internals. |
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
ExceptionRenderer | Turns a caught Throwable into a client-facing PSR-7 response. |
Traits
Section titled “Traits”| Trait | Description |
|---|---|
NegotiatesContent | Shared Accept-header negotiation for exception renderers. |
Nested namespaces
Section titled “Nested namespaces”| Namespace | Contents |
|---|---|
Whoops | 2 types |