Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
main_exception_catcher.h
Go to the documentation of this file.
1#ifndef joedb_main_exception_catcher_declared
2#define joedb_main_exception_catcher_declared
3
4namespace joedb
5{
6 /// @ingroup ui
7 int main_exception_catcher(int (*main)(int, char**), int argc, char **argv);
8}
9
10#endif
int main()
int main_exception_catcher(int(*main)(int, char **), int argc, char **argv)
Catch exception from main.
Definition Blob.h:7