RAA - prettyexception/0.9.2

prettyexception / 0.9.2

Short description: A library to generate pretty html output for a given Exception.
Category: Library/WWW
Status: stable
Created: 2004-08-11 06:38:22 GMT
Last update: 2004-08-14 15:27:07 GMT
Owner: Dmitry V. Sabanin (Projects of this owner)
Homepage: http://muravey-tools.rubyforge.org
Download: http://rubyforge.org/frs/?group_id=9
License: LGPL
Dependency:
Requires: mw-template/0.9.1 Template library from MuraveyWeb
Description:

PrettyException generates a pretty backtrace, with small snippets with relevant code that are hidden behind each backtrace item.
Checkout screenshot at http://muravey.net/docs/PrettyException-2.png

# Sample usage:
#
require 'PrettyException'
begin
raise
rescue Exception => e
puts PrettyException.new(e).print
end

Versions: [0.9.5 (2004-12-21)] [0.9.3 (2004-08-24)] [0.9.2 (2004-08-14)] [0.9.1 (2004-08-11)]

Edit this project (for project owner)

back to RAA top