There was an error while loading. Please reload this page.
2 parents cab0e3d + 4f3d1ad commit 04991e9Copy full SHA for 04991e9
5 files changed
smmap/exc.py
@@ -0,0 +1,7 @@
1
+"""Module with system exceptions"""
2
+
3
+class MemoryManagerError(Exception):
4
+ """Base class for all exceptions thrown by the memory manager"""
5
6
+class RegionCollectionError(MemoryManagerError):
7
+ """Thrown if a memory region could not be collected, or if no region for collection was found"""
0 commit comments