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

404: Requested Ressource was not found.

<% if !@traceback %>

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

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