Skip to content

Commit 04991e9

Browse files
committed
Merge branch 'cursor'
2 parents cab0e3d + 4f3d1ad commit 04991e9

5 files changed

Lines changed: 576 additions & 33 deletions

File tree

smmap/exc.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)