| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 Aug 2012 10:25:59
0.04004
|
kuriyama  |
- Upgrade to 0.04004. |
10 Jun 2012 18:42:48
0.04001
|
swills  |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
11 Mar 2012 10:12:05
0.04001
|
kuriyama  |
- Upgrade to 0.04001.
Feature safe: yes |
22 Nov 2010 02:33:54
0.03001
|
kuriyama  |
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/ |