Tatooine
include
tatooine
exceptions.h
Go to the documentation of this file.
1
#ifndef TATOOINE_EXCEPTIONS_H
2
#define TATOOINE_EXCEPTIONS_H
3
//==============================================================================
4
#include <stdexcept>
5
//==============================================================================
6
namespace
tatooine
{
7
//==============================================================================
8
struct
out_of_domain_error
: std::exception {};
9
//==============================================================================
10
}
// namespace tatooine
11
//==============================================================================
12
#endif
tatooine
Definition:
algorithm.h:6
tatooine::out_of_domain_error
Definition:
exceptions.h:8
Generated by
1.9.5