some thoughts about exceptions

This commit is contained in:
Blue 2022-09-09 20:15:40 +03:00
parent c3139974f1
commit c491793387
Signed by: blue
GPG key ID: 9B203B252A63EE38
9 changed files with 276 additions and 59 deletions

View file

@ -25,6 +25,7 @@ endif ()
add_executable(storage
main.cpp
exception.cpp
exceptions.cpp
table.cpp
database.cpp
)