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//==============================================================================
6namespace tatooine{
7//==============================================================================
8struct out_of_domain_error : std::exception {};
9//==============================================================================
10} // namespace tatooine
11//==============================================================================
12#endif
Definition: algorithm.h:6
Definition: exceptions.h:8