1HTTP::Exception::Base(3U)ser Contributed Perl DocumentatiHoTnTP::Exception::Base(3)
2
3
4
6 HTTP::Exception::Base - Base Class for exception classes created by
7 HTTP::Exception
8
10 version 0.04007
11
13 This Class is a Base class for exception classes created by
14 HTTP::Exception. It inherits from Exception::Class::Base. Please refer
15 to the Documentation of Exception::Class::Base for methods and
16 accessors a HTTP::Exception inherits.
17
18 You won't use this Class directly, so refer to "ACCESSORS" in
19 HTTP::Exception and "FIELDS" in HTTP::Exception. The methods and
20 attributes this Class provides over Exception::Class::Base are
21 described there.
22
24 Thomas Mueller, "<tmueller at cpan.org>"
25
27 Please report any bugs or feature requests to "bug-http-exception at
28 rt.cpan.org", or through the web interface at
29 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=HTTP-Exception>. I
30 will be notified, and then you'll automatically be notified of progress
31 on your bug as I make changes.
32
34 You can find documentation for this module with the perldoc command.
35
36 perldoc HTTP::Exception::Base
37
38 You can also look for information at:
39
40 • RT: CPAN's request tracker
41
42 <http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTTP-Exception>
43
44 • AnnoCPAN: Annotated CPAN documentation
45
46 <http://annocpan.org/dist/HTTP-Exception>
47
48 • CPAN Ratings
49
50 <http://cpanratings.perl.org/d/HTTP-Exception>
51
52 • Search CPAN
53
54 <https://metacpan.org/release/HTTP-Exception>
55
57 Copyright 2010 Thomas Mueller.
58
59 This program is free software; you can redistribute it and/or modify it
60 under the terms of either: the GNU General Public License as published
61 by the Free Software Foundation; or the Artistic License.
62
63 See http://dev.perl.org/licenses/ for more information.
64
65
66
67perl v5.34.0 2022-01-21 HTTP::Exception::Base(3)