Current section

Files

Jump to
arcana lib arcana_web error_view.ex
Raw

lib/arcana_web/error_view.ex

defmodule ArcanaWeb.ErrorView do
@moduledoc false
def render(template, _assigns) do
Phoenix.Controller.status_message_from_template(template)
end
end