CppCommon
1.0.4.1
C++ Common Library
include
system
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
17
class
DLLException
:
public
FileSystemException
18
{
19
public
:
20
using
FileSystemException::FileSystemException;
21
};
22
23
}
// namespace CppCommon
24
25
#endif
// CPPCOMMON_SYSTEM_EXCEPTIONS_H
CppCommon::DLLException
Dynamic link library exception.
Definition:
exceptions.h:18
CppCommon::FileSystemException
File system exception.
Definition:
exceptions.h:19
exceptions.h
File system exceptions definition.
CppCommon
C++ Common project definitions.
Definition:
token_bucket.h:15
Generated by
1.9.1