ansible-later/env_27/lib/python2.7/site-packages/smmap/exc.py

12 lines
298 B
Python
Raw Normal View History

2019-04-11 15:56:20 +02:00
"""Module with system exceptions"""
class MemoryManagerError(Exception):
"""Base class for all exceptions thrown by the memory manager"""
class RegionCollectionError(MemoryManagerError):
"""Thrown if a memory region could not be collected, or if no region for collection was found"""