1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-08-07 12:59:45 +00:00

Organize exceptions so it's easy to log errors locally.

This commit is contained in:
King_DuckZ 2017-05-16 18:54:00 +01:00
parent 32eadfc64d
commit 10da16051c
7 changed files with 97 additions and 16 deletions

View file

@ -25,6 +25,7 @@ add_library(${PROJECT_NAME} STATIC
sanitized_utf8.cpp
tiger.c
error_response.cpp
tawashi_exception.cpp
)
target_include_directories(${PROJECT_NAME}