From 2d4f2b003bbcec27fdac63e22f0b2e2da4144412 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Wed, 17 Oct 2018 23:34:49 +0200 Subject: [PATCH] Added exceptions file. --- src/exceptions.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/exceptions.py diff --git a/src/exceptions.py b/src/exceptions.py new file mode 100644 index 0000000..116b7fd --- /dev/null +++ b/src/exceptions.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python3.6 + +class InsufficientInfoError(Exception): + pass +