Method: ErrorStalker::Backend::InMemory#report

Defined in:
lib/error_stalker/backend/in_memory.rb

#report(exception_report) ⇒ Object

Stores exception_report in the exceptions list.



16
17
18
# File 'lib/error_stalker/backend/in_memory.rb', line 16

def report(exception_report)
  @exceptions << exception_report
end