Back to Zammad

422

public/422-mobile.html

7.0.1398 B
Original Source

422

<% if !@traceback %>

The change you wanted was rejected

Maybe you tried to change something you didn't have access to.

<% if @message.present? %>

<%= @message %>

<% end %> <% else %>

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

<% end %>