29 #ifndef Pt_Remoting_Fault_h
30 #define Pt_Remoting_Fault_h
32 #include <Pt/Remoting/Api.h>
42 class PT_REMOTING_API
Fault :
public std::runtime_error
47 Fault(
const std::string& msg);
51 Fault(
const char* msg);
Remoting fault exception.
Definition: Fault.h:42