SUPER Space invader : Turbo edition DX - VS GOD
1.0.0
A simple space invader ripoff
errors.h
Go to the documentation of this file.
1
11
#ifndef GUARD_ERRORS_H
12
#define GUARD_ERRORS_H
13
14
#include<string>
15
#include<stdexcept>
16
17
using namespace
std;
18
23
class
config_error
:
public
runtime_error {
24
public
:
25
explicit
config_error
(
const
string
& msg);
26
};
27
28
#endif
config_error
Simple clone of runtime_error to help us handle errors in config management.
Definition:
errors.h:23
config_error::config_error
config_error(const string &msg)
Definition:
errors.cpp:3
headers
errors.h
Generated by
1.9.3