Packages

LiveView Native code examples using Kino Smart Cells inside Livebook

Current section

Files

Jump to
kino_live_view_native lib server error_view.ex
Raw

lib/server/error_view.ex

defmodule Server.ErrorView do
def render(template, _), do: Phoenix.Controller.status_message_from_template(template)
end