X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=blobdiff_plain;f=userdir_exceptions.py;fp=userdir_exceptions.py;h=4e32307b8fbf5619efb2f7d97cebc724c132fccc;hp=a1d775eb04118e7b111291365167e677cc408538;hb=d91d0c5fd96a36bae43ecf2aa0460f663655c0fd;hpb=e88a67d1fb229539938c17a8196cb6ba8012d570 diff --git a/userdir_exceptions.py b/userdir_exceptions.py index a1d775e..4e32307 100644 --- a/userdir_exceptions.py +++ b/userdir_exceptions.py @@ -25,6 +25,7 @@ UDERRORS = { "UDFormatError": """Exception raised for data format errors.""", "UDExecuteError": """Exception raised for subprocess execution errors.""", "UDNotAllowedError": """Exception raised for attempts to modify off-limits or disabled entries.""", + "UDEmptyList": """Exception raised for empty list objects.""", } def construct_udld_exception(name, description):