AdminElfWeb.ErrorView.template_not_found

You're seeing just the function template_not_found, go back to AdminElfWeb.ErrorView module for more information.
Link to this function

template_not_found(template, assigns)

View Source

Specs

template_not_found(Phoenix.Template.name(), map()) :: no_return()

Callback invoked when no template is found. By default it raises but can be customized to render a particular template.