unlogic
Loading...
Searching...
No Matches
Error.h
Go to the documentation of this file.
1
#ifndef UNLOGIC_ERROR_H
2
#define UNLOGIC_ERROR_H
3
4
#include <string>
5
6
namespace
unlogic
7
{
8
struct
Error
9
{
10
std::string
message
;
11
12
Error
(std::string
message
) :
message
(std::move(
message
)) {}
13
};
14
}
// namespace unlogic
15
16
#endif
// UNLOGIC_ERROR_H
unlogic
Definition
Compiler.h:18
unlogic::Error
Definition
Error.h:9
unlogic::Error::message
std::string message
Definition
Error.h:10
unlogic::Error::Error
Error(std::string message)
Definition
Error.h:12
unlogic
src
Error.h
Generated by
1.9.8