1
0
Fork 0
forked from sr2/cloud-api

docs: iam docstrings

Issue: #13
This commit is contained in:
Chris Milne 2026-05-28 13:22:24 +01:00
parent 0c1c9f62ee
commit 0e169af456
9 changed files with 36 additions and 40 deletions

View file

@ -1,9 +1,9 @@
"""
Module specific exceptions for the IAM module
Exceptions related to the IAM module
Exceptions:
- List: Description
- Exceptions: Description
- GroupNotFoundException: Takes an optional group_id int
- PermNotFoundException: Takes an optional perm_id int
"""
from typing import Optional