Current section
Files
Jump to
Current section
Files
lib/live_debugger_web/error_view.ex
defmodule LiveDebuggerWeb.ErrorView do
@moduledoc false
def render(template, _), do: Phoenix.Controller.status_message_from_template(template)
end