Apache-HeavyCGI
view release on metacpan or search on metacpan
lib/Apache/HeavyCGI/Exception.pm view on Meta::CPAN
=head1 SYNOPSIS
die Apache::HeavyCGI::Exception->new(HTTP_STATUS => status);
die Apache::HeavyCGI::Exception->new(ERROR => [error, ...]);
=head1 DESCRIPTION
The execution of the Apache::HeavyCGI::prepare method is protected by
an eval. Within that block the above mentioned exceptions can be
thrown. For a discussion of the semantics of these errors, see
L<Apache::HeavyCGI>.
You need not C<require> the Apache::HeavyCGI::Error module, it is
already required by Apache::HeavyCGI.
=cut
( run in 0.254 second using v1.01-cache-2.11-cpan-496ff517765 )