18 #ifndef PRTX_EXCEPTION_H_
19 #define PRTX_EXCEPTION_H_
21 #include "prtx/prtx.h"
22 #include "prt/Status.h"
29 # pragma warning(push)
30 # pragma warning (disable : 4251) // 'identifier' : class 'type' needs to have dll-interface to be used by clients of class 'type2'
31 # pragma warning (disable : 4275) // non dll-interface class used as base for dll-interface class
48 virtual const char* what()
const throw();
Definition: Exception.h:41
Status
Definition: Status.h:31