more session mods
This commit is contained in:
parent
893b03fc53
commit
de50e9b49c
7 changed files with 158 additions and 143 deletions
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::ErrorHandler;
|
||||
package WebGUI::Session::ErrorHandler;
|
||||
|
||||
=head1 LEGAL
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ $Log::Log4perl::caller_depth++;
|
|||
|
||||
=head1 NAME
|
||||
|
||||
Package WebGUI::ErrorHandler
|
||||
Package WebGUI::Session::ErrorHandler
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
|
|
@ -31,7 +31,7 @@ This package provides simple but effective error handling, debugging, and loggi
|
|||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
use WebGUI::ErrorHandler;
|
||||
use WebGUI::Session::ErrorHandler;
|
||||
|
||||
my $errorHandler = WebGUI::ErrorHandler->new($session);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue