more detailed info passed when raising an exception
[plcapi.git] / PLC / Methods / AdmDeleteNodeGroup.py
1 from PLC.Methods.DeleteNodeGroup import DeleteNodeGroup
2
3 class AdmDeleteNodeGroup(DeleteNodeGroup):
4     """
5     Deprecated. See DeleteNodeGroup.
6     """
7
8     status = "deprecated"