Initial commit. Please see the README
[golden_search.git] / exc.py
blobd7e5a515848b3ee71af45c916c6060d5c2b1a873
1 class MemExceeded(Exception):
2 pass
4 class IncompatibleUnits(Exception):
5 pass