CppCommon  1.0.4.1
C++ Common Library
exceptions.h
Go to the documentation of this file.
1 
9 #ifndef CPPCOMMON_SYSTEM_EXCEPTIONS_H
10 #define CPPCOMMON_SYSTEM_EXCEPTIONS_H
11 
12 #include "filesystem/exceptions.h"
13 
14 namespace CppCommon {
15 
18 {
19 public:
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.
Definition: token_bucket.h:15