Added license info into the .py files.
[golden_search.git] / exc.py
blobcebaf8b02c9f9b740a9914371863eb5d1ef1710c
1 # For licensing info see the included LICENSE file
3 # Josef Moudrik, <J dot Moudrik at standard google mail ending>, 2012
5 class MemExceeded(Exception):
6 pass
8 class IncompatibleUnits(Exception):
9 pass