X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=blobdiff_plain;f=PVE%2FAPIClient%2FRESTHandler.pm;h=c16f42f16ac60cf31405e81ac67ee6cd02235c14;hp=ef30ba9744048a085a004d37bb42f7bece9a3bd0;hb=0cdec2275373c7ff44e4b44169ec1dc98004ae7d;hpb=c9138c03bcb92d01e8c7d9f195ac2f9b4d5458b3 diff --git a/PVE/APIClient/RESTHandler.pm b/PVE/APIClient/RESTHandler.pm index ef30ba9..c16f42f 100644 --- a/PVE/APIClient/RESTHandler.pm +++ b/PVE/APIClient/RESTHandler.pm @@ -4,7 +4,7 @@ use strict; no strict 'refs'; # our autoload requires this use warnings; use PVE::APIClient::SafeSyslog; -use PVE::APIClient::Exception qw(raise raise_param_exc); +use PVE::APIClient::Exception qw(raise); use PVE::APIClient::JSONSchema; use PVE::APIClient::Tools; use HTTP::Status qw(:constants :is status_message);