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