1HTTP::Exception::2XX(3)User Contributed Perl DocumentatioHnTTP::Exception::2XX(3)
2
3
4
6 HTTP::Exception::2XX - Base Class for 2XX (success) Exceptions
7
9 version 0.04007
10
12 nothing here yet
13
15 This package is the base class for all 2XX (success) Exceptions. This
16 makes adding features for a range of exceptions easier.
17
18 DON'T USE THIS PACKAGE DIRECTLY. 'use HTTP::Exception' does this for
19 you.
20
22 Fields, that 2XX-Exceptions provide over HTTP::Exceptions.
23
25 Thomas Mueller, "<tmueller at cpan.org>"
26
28 Please report any bugs or feature requests to "bug-http-exception at
29 rt.cpan.org", or through the web interface at
30 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=HTTP-Exception>. I
31 will be notified, and then you'll automatically be notified of progress
32 on your bug as I make changes.
33
35 You can find documentation for this module with the perldoc command.
36
37 perldoc HTTP::Exception::Base
38
39 You can also look for information at:
40
41 • RT: CPAN's request tracker
42
43 <http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTTP-Exception>
44
45 • AnnoCPAN: Annotated CPAN documentation
46
47 <http://annocpan.org/dist/HTTP-Exception>
48
49 • CPAN Ratings
50
51 <http://cpanratings.perl.org/d/HTTP-Exception>
52
53 • Search CPAN
54
55 <https://metacpan.org/release/HTTP-Exception>
56
58 Copyright 2010 Thomas Mueller.
59
60 This program is free software; you can redistribute it and/or modify it
61 under the terms of either: the GNU General Public License as published
62 by the Free Software Foundation; or the Artistic License.
63
64 See http://dev.perl.org/licenses/ for more information.
65
66
67
68perl v5.32.1 2021-01-27 HTTP::Exception::2XX(3)