Sha256: 9da867e2e2827f4be8c12497ab5a714af2470a9d5f2272391bb851d697337230

Contents?: true

Size: 272 Bytes

Versions: 3

Compression:

Stored size: 272 Bytes

Contents

require 'debug_helper'

def foo
  exception = nil
  begin
    raise Exception.new('Boo!')
  rescue Exception => exception
    # Already saved.
  end
  DebugHelper.show(exception, 'My simple exception')
end

def bar
  foo
end

def baz
  bar
end

baz

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
debug_helper-2.1.0 markdown/readme/classes/exception/simple/show.rb
debug_helper-2.0.0 markdown/readme/classes/exception/simple/show.rb
debug_helper-1.8.0 markdown/readme/classes/exception/simple/show.rb