add ErrorInfo to BaseError

This commit is contained in:
Ben Burdette
2020-04-21 13:25:41 -06:00
parent 15e9564fd1
commit d3052197fe
6 changed files with 192 additions and 186 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "error.hh"
#include "types.hh"
#include <iostream>
#include <optional>