Routing Error

<%=h @exception.message %>

<% unless @exception.failures.empty? %>

Failure reasons:

<% @exception.failures.each do |route, reason| %> <%=h route.inspect.gsub('\\', '') %> failed because <%=h reason.downcase %>
<% end %>

<% end %>