chai / lib /chai_web /controllers /error_html.ex
jonatanklosko's picture
Initial commit
b6f0124
raw
history blame contribute delete
161 Bytes
defmodule ChaiWeb.ErrorHTML do
use ChaiWeb, :html
def render(template, _assigns) do
Phoenix.Controller.status_message_from_template(template)
end
end