summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2020-11-11 12:23:54 -0400
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2020-11-11 12:23:54 -0400
commitd3239ea7b6945d449c0361416ab54fec6f9643e6 (patch)
tree4d85a297a42a355b4dc3f01c677aa02b0d94807b /TODO.txt
parent3460b2c0c571a61068f664adc5a1b97f6a24cdcc (diff)
Update?
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
new file mode 100644
index 0000000..ee3175d
--- /dev/null
+++ b/TODO.txt
@@ -0,0 +1,5 @@
+@TODO, Oct 17th, 2020 - Ben Culkin - :ExceptionOverview
+ Go over all of the code and make sure that the exceptions we are throwing
+ are of the right type, and have a useful message. In some contexts, this may
+ mean creating some wrapper exception types, just to make it clear what
+ exactly has gone wrong