summaryrefslogtreecommitdiff
path: root/TAO/tests/Sequence_Iterators/testing_exception.hpp
blob: 8423204bfbb986f0496971519bd128be7ef9cf8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef guard_testing_exception_hpp
#define guard_testing_exception_hpp
/**
 * @file
 *
 * @brief Simple exception to raise in the tests.
 *
 * @author Carlos O'Ryan
 */

struct testing_exception {};

#endif // guard_testing_exception_hpp