Add exception module (#18)
author강용구/Security Assurance Lab(SR)/삼성전자 <ygace.kang@samsung.com>
Thu, 16 Nov 2023 09:53:13 +0000 (18:53 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 16 Nov 2023 09:53:13 +0000 (18:53 +0900)
commit113821b978df761bab4904e3ec9190302dfc8d3b
tree4ed3cb3788796061158f54f9749242b404ba16e6
parent56699bb1de5f78bd0819bbe1fee2fa9340bceecd
Add exception module (#18)

* Add exception module
* Change visibility hidden to default
* Add simple exception test
srcs/common/CMakeLists.txt
srcs/common/exception.cpp [new file with mode: 0644]
srcs/common/exception.h [new file with mode: 0644]
srcs/common/singleton.h
srcs/common/webauthn-log.h
srcs/server/main.cpp