404
<% if !@traceback %>Requested resource was not found
Sorry, but the Phoenix is not able to find your resource. Try checking the URL for errors.
<% if @message.present? %><%= @message %>
<% end %> <% else %>
<%= @exception.message %>
<% if @exception.backtrace %>
<% @exception.backtrace.each {|row| %>
<%= row %>
<% } %>
<% end %>
<% end %>