Skip to main content

lib/agent_sea/web/error_html.ex

defmodule AgentSea.Web.ErrorHTML do
  @moduledoc false

  # Render the plain status message for any error template (e.g. "404.html").
  def render(template, _assigns) do
    Phoenix.Controller.status_message_from_template(template)
  end
end