Files
stacktach/stacktach/reconciler/exceptions.py
2013-06-24 21:23:49 +00:00

4 lines
102 B
Python

class NotFound(Exception):
def __init__(self, message="NotFound"):
self.message = message