]> git.proxmox.com Git - pve-apiclient.git/commit - Makefile
add APIClient/Exception.pm class
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Dec 2017 10:12:04 +0000 (11:12 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 11 Jan 2018 11:03:44 +0000 (12:03 +0100)
commit6700b1517efcf1fecbcb159ed734f000a305edc0
tree82996773dc68faa053cd4061cac4dc91d3679f40
parent9c6d72b1b764197edb7ce7eda9e571f5c2ef8c4e
add APIClient/Exception.pm class

As we do not want to depend on PVE libraries with this I forked of
the PVE::Exception class, removed all raise_* methods so that only
raise() itself was left over.

Also some minor adaptions to newer style for exporting where used.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
PVE/APIClient/Exception.pm [new file with mode: 0644]