Lockspire.ErrorView (lockspire v1.0.0)

Copy Markdown

Minimal error view used by the Lockspire endpoint when a controller or LiveView raises during dispatch.

Rendering a plain HTTP status phrase keeps the underlying failure visible in tests and avoids a secondary missing-template crash.

Summary

Functions

render(template, assigns)

@spec render(binary(), map()) :: String.t()