thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
Exception.fh
1 // -*- C++ -*-
2 //
3 // This is the forward declaration of the Exception class.
4 //
5 
6 #ifndef ThePEG_Exception_FH
7 #define ThePEG_Exception_FH
8 
9 #include "ThePEG/Config/ThePEG.h"
10 
11 namespace ThePEG {
12 
13 class Exception;
14 
15 }
16 
17 #endif /* ThePEG_Exception_FH */
18