Class: RailsLiveDashboard::Exception

Inherits:
Entry show all
Defined in:
app/models/rails_live_dashboard/exception.rb

Instance Method Summary collapse

Instance Method Details

#backtraceObject



27
28
29
# File 'app/models/rails_live_dashboard/exception.rb', line 27

def backtrace
  content.backtrace
end

#class_nameObject



7
8
9
# File 'app/models/rails_live_dashboard/exception.rb', line 7

def class_name
  content.class
end

#fileObject



19
20
21
# File 'app/models/rails_live_dashboard/exception.rb', line 19

def file
  content.file
end

#lineObject



23
24
25
# File 'app/models/rails_live_dashboard/exception.rb', line 23

def line
  content.line
end

#messageObject



11
12
13
# File 'app/models/rails_live_dashboard/exception.rb', line 11

def message
  content.message
end

#occurrencesObject



15
16
17
# File 'app/models/rails_live_dashboard/exception.rb', line 15

def occurrences
  content.occurrences
end