aboutsummaryrefslogtreecommitdiff
path: root/markov/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'markov/errors.py')
-rw-r--r--markov/errors.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/markov/errors.py b/markov/errors.py
new file mode 100644
index 0000000..048aa5b
--- /dev/null
+++ b/markov/errors.py
@@ -0,0 +1,2 @@
+class MarkovGenerationError(Exception):
+ pass