]> git.proxmox.com Git - pve-firewall.git/blobdiff - src/PVE/API2/Firewall/Rules.pm
support comments on group sections
[pve-firewall.git] / src / PVE / API2 / Firewall / Rules.pm
index 4837880974041ee55e035fa0158161065e9a4a10..46fdd56cf80404ab81934098d5e0fa5cc0739d14 100644 (file)
@@ -3,6 +3,7 @@ package PVE::API2::Firewall::RulesBase;
 use strict;
 use warnings;
 use PVE::JSONSchema qw(get_standard_option);
+use PVE::Exception qw(raise raise_param_exc);
 
 use PVE::Firewall;