Skip to content

Commit e8c47e4

Browse files
committed
minor
1 parent a60961a commit e8c47e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/frozendict/__init__.pyi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,8 @@ class frozendict(Mapping[K, V]):
7171

7272

7373
FrozenOrderedDict = frozendict
74+
75+
class FreezeError(Exception): pass
76+
77+
78+
class FreezeWarning(UserWarning): pass

0 commit comments

Comments
 (0)