29 #ifndef PT_CONVERSIONERROR_H
30 #define PT_CONVERSIONERROR_H
Core module.
Definition: Allocator.h:33
Indicates a failed conversion.
Definition: ConversionError.h:46
ConversionError(const std::string &msg)
Construct with error message.
ConversionError(const char *msg)
Construct with error message.
~ConversionError()
Destructor.
Definition: ConversionError.h:55