RAA - prettyexception/0.9.3

prettyexception / 0.9.3

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-24 05:48:25 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 will generate pretty HTML backtrace for the raised exception and put colored snippets of involved code near each entry. You can show/hide snippets by simply clicking on the backtrace entries.
Checkout screenshot at http://muravey.net/docs/PrettyException-2.png

# Sample usage:
#
require 'PrettyException'
begin
raise
rescue Exception => e
puts PrettyException.new(e)
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