]> git.proxmox.com Git - pve-apiclient.git/commit
use new Exception.pm class to signal errors to caller
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Dec 2017 10:12:05 +0000 (11:12 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 11 Jan 2018 11:03:44 +0000 (12:03 +0100)
commit097484f42dd972b5ee8ce5b4b4449ecc4f3428b8
treef6795690be3dcced901e2adfbb027e2007099975
parent6700b1517efcf1fecbcb159ed734f000a305edc0
use new Exception.pm class to signal errors to caller

Allows a caller to acces the HTTP response code, which may be useful
to handle application logic. E.g., catching a HTTP_NOT_IMPLEMENTED
and fallback to an older method.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/APIClient/LWP.pm