# | Line 58 | Line 58 | class OBAPI OBError (public) | |
---|---|---|
58 | { | |
59 | public: | |
60 | ||
61 | < | //! Constructor for an error message e.g. OBError(__FUNCTION__, " message ") |
61 | > | //! Constructor for an error message e.g. OBError(__func__, " message ") |
62 | OBError( const std::string &method = "", | |
63 | const std::string &errorMsg = "", | |
64 | const std::string &explanation = "", |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |