Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Exception.h
todo
  • Loading branch information
daqingshu authored Mar 25, 2025
commit 4762966baa92dbaf14588564e3e84f04de50984c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct Exception: public std::exception

const std::string& getFileName() const;
unsigned int getLineOfFile() const;
const char* what() const TESTNGPP_THROW();
const char* what() const throw();

private:
std::string fileName;
Expand Down