Back to Zammad

404

public/404-mobile.html

7.0.1424 B
Original Source

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 %>