Class: Qmin::Reporting::Inline

Inherits:
Object
  • Object
show all
Defined in:
lib/qmin/reporting/inline.rb

Instance Method Summary collapse

Instance Method Details

#report(exception) ⇒ Object



4
5
6
# File 'lib/qmin/reporting/inline.rb', line 4

def report(exception)
  raise exception
end