Index of /ports_www/p5-HTTP-Exception
Name Last modified Size
Parent Directory -
Makefile 22-Nov-2010 05:33 853
distinfo 22-Nov-2010 05:33 151
pkg-descr 22-Nov-2010 05:33 569
pkg-plist 22-Nov-2010 05:33 520
Every HTTP::Exception is a Exception::Class - Class. So the same
mechanisms apply as with Exception::Class-classes. In fact have a look
at Exception::Class' docs for more general information on exceptions
and Exception::Class::Base for information on what methods a caught
exception also has.
HTTP::Exception is only a factory for HTTP::Exception::XXX (where X is
a number) subclasses. That means that HTTP::Exception->new(404)
returns a HTTP::Exception::404 object, which in turn is a
HTTP::Exception::Base - Object.
WWW: http://search.cpan.org/dist/HTTP-Exception/