]> git.proxmox.com Git - pve-firewall.git/blobdiff - src/PVE/API2/Firewall/Host.pm
api: host, vm: explicit import raise_param_exc
[pve-firewall.git] / src / PVE / API2 / Firewall / Host.pm
index bbc34c5a97063cccb0c792165a23483015b65cd8..2500bd07d739e1c9d6341bbf666048385065ef29 100644 (file)
@@ -2,6 +2,8 @@ package PVE::API2::Firewall::Host;
 
 use strict;
 use warnings;
+
+use PVE::Exception qw(raise_param_exc);
 use PVE::JSONSchema qw(get_standard_option);
 use PVE::RPCEnvironment;