eview v0.14.0 EView.Views.Error
Views for different kind of 4xx and 5xx error of your application.
Link to this section Summary
Functions
This render will be used by-default for internal errors. You can use it in your controller
Link to this section Functions
Link to this function
render(template, assigns \\ %{})
This render will be used by-default for internal errors. You can use it in your controller:
conn |> render("500.json", %{type: my_type})