Packages

Build OTP release tarballs with deployment-neutral artifact manifests

Current section

Files

Jump to
release_kit examples vanilla lib vanilla_example web error_html.ex
Raw

examples/vanilla/lib/vanilla_example/web/error_html.ex

defmodule VanillaExample.Web.ErrorHTML do
@moduledoc false
def render(template, _assigns), do: Phoenix.Controller.status_message_from_template(template)
end