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