Common: Add Error helper class

This commit is contained in:
Connor McLaughlin
2021-03-19 01:51:39 +10:00
parent 57ee9242f5
commit 955afc3182
3 changed files with 458 additions and 0 deletions

View File

@ -27,6 +27,8 @@ add_library(common
crash_handler.cpp
crash_handler.h
dimensional_array.h
error.cpp
error.h
event.cpp
event.h
fifo_queue.h