5 lines
114 B
Plaintext
5 lines
114 B
Plaintext
<% if @error_message %>
|
|
<p><%= @error_message %></p>
|
|
<% else %>
|
|
<p>Error: <%= @exception.to_s %></p>
|
|
<% end %> |