1 #ifndef FAILUREEXCEPTION_H
2 #define FAILUREEXCEPTION_H
3 
4 
5 class FailureException
6 {
7 };
8 
9 
10 #endif  // FAILUREEXCEPTION_H
11