comparison Core/OrthancException.h @ 2988:9cc3d40e389b

Orthanc 1.4.3 is now known as 1.5.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Dec 2018 11:15:31 +0100
parents 74a5a7fd6e0e
children 4e43e67f8ecf
comparison
equal deleted inserted replaced
2987:96089d1aba4d 2988:9cc3d40e389b
50 OrthancException& operator= (const OrthancException&); // Forbidden 50 OrthancException& operator= (const OrthancException&); // Forbidden
51 51
52 ErrorCode errorCode_; 52 ErrorCode errorCode_;
53 HttpStatus httpStatus_; 53 HttpStatus httpStatus_;
54 54
55 // New in Orthanc 1.4.3 55 // New in Orthanc 1.5.0
56 std::auto_ptr<std::string> details_; 56 std::auto_ptr<std::string> details_;
57 57
58 public: 58 public:
59 OrthancException(const OrthancException& other) : 59 OrthancException(const OrthancException& other) :
60 errorCode_(other.errorCode_), 60 errorCode_(other.errorCode_),