X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=src%2FPVE%2FAccessControl.pm;fp=src%2FPVE%2FAccessControl.pm;h=21f93ffac2172e4a63412a1cbcf78d911a95156c;hp=faea70de345bbef2b1e710e8436f91c93e708dde;hb=060941d467693a97f6b005c387957d2c3196b046;hpb=184a499e8a7963eefa7c5d99fb97660c9712b17e diff --git a/src/PVE/AccessControl.pm b/src/PVE/AccessControl.pm index faea70d..21f93ff 100644 --- a/src/PVE/AccessControl.pm +++ b/src/PVE/AccessControl.pm @@ -16,6 +16,7 @@ use JSON; use Scalar::Util 'weaken'; use URI::Escape; +use PVE::Exception qw(raise_perm_exc raise_param_exc); use PVE::OTP; use PVE::Ticket; use PVE::Tools qw(run_command lock_file file_get_contents split_list safe_print);