NeoPZ
TPZInconsistentStateException.h
Go to the documentation of this file.
1 /*
2  * File: TPZInconsistentStateException.h
3  * Author: thiago
4  *
5  * Created on 21 de Agosto de 2018, 12:13
6  */
7 
8 #ifndef TPZINCONSISTENTSTATEEXCEPTION_H
9 #define TPZINCONSISTENTSTATEEXCEPTION_H
10 
11 #include <string>
12 
13 #include "TPZException.h"
14 
16 public:
17  TPZInconsistentStateException(std::string detail);
19 private:
20 
21 };
22 
23 #endif /* TPZINCONSISTENTSTATEEXCEPTION_H */
24