class="error-message"<% end %>>

404: Requested resource was not found

<% if @message.present? %>
<%= @message %>
<% end %> <% if !@traceback %>

Sorry, but the Phoenix is not able to find your resource. Try checking the URL for errors.

<% else %>
<%= @exception.message %>
<% if @exception.backtrace %>
Traceback:
<% @exception.backtrace.each {|row| %> <%= row %>
<% } %> <% end %> <% end %>