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