Sha256: f9068814eecf3d838f8bd9b0fce763b40ba700ca4edab949b4f7c59627dd8c43

Contents?: true

Size: 605 Bytes

Versions: 5

Compression:

Stored size: 605 Bytes

Contents

<div class='lead'>Exception:</div>
<div class='row'>
  <div class='col-md-12'>
    <table>
      <tr>
        <td><label>Exception:</label></td>
        <td><%= @dirmon_entry.exception.class_name %></td>
      </tr>
      <tr>
        <td><label>Message:</label></td>
        <td><%= @dirmon_entry.exception.message %></td>
      </tr>
      <% if @dirmon_entry.exception.backtrace.present? %>
        <tr>
          <td><label>Backtrace:</label></td>
          <td><%= @dirmon_entry.exception.backtrace.ai(html: true, plain: true) %></td>
        </tr>
      <% end %>
    </table>
  </div>
</div>
<br/>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rocketjob_mission_control-6.1.0 app/views/rocket_job_mission_control/dirmon_entries/_exception.html.erb
rocketjob_mission_control-6.0.7 app/views/rocket_job_mission_control/dirmon_entries/_exception.html.erb
rocketjob_mission_control-6.0.6 app/views/rocket_job_mission_control/dirmon_entries/_exception.html.erb
rocketjob_mission_control-6.0.5 app/views/rocket_job_mission_control/dirmon_entries/_exception.html.erb
rocketjob_mission_control-6.0.4 app/views/rocket_job_mission_control/dirmon_entries/_exception.html.erb