CppCommon 1.0.5.0
C++ Common Library
Loading...
Searching...
No Matches
exceptions.h
Go to the documentation of this file.
1
9#ifndef CPPCOMMON_SYSTEM_EXCEPTIONS_H
10#define CPPCOMMON_SYSTEM_EXCEPTIONS_H
11
13
14namespace CppCommon {
15
18{
19public:
20 using FileSystemException::FileSystemException;
21};
22
23} // namespace CppCommon
24
25#endif // CPPCOMMON_SYSTEM_EXCEPTIONS_H
Dynamic link library exception.
Definition exceptions.h:18
File system exception.
Definition exceptions.h:19
File system exceptions definition.
C++ Common project definitions.