kopia lustrzana https://github.com/markondej/fm_transmitter
Exception handling fix
rodzic
ae347b1faa
commit
2ba34dd293
|
@ -39,11 +39,7 @@ ErrorReporter::ErrorReporter() :
|
|||
}
|
||||
|
||||
ErrorReporter::ErrorReporter(std::string message) :
|
||||
errorMessage(message)
|
||||
{
|
||||
}
|
||||
|
||||
ErrorReporter::~ErrorReporter() throw()
|
||||
errorMessage(message)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -42,7 +42,6 @@ class ErrorReporter : public std::exception
|
|||
public:
|
||||
ErrorReporter();
|
||||
ErrorReporter(std::string message);
|
||||
virtual ~ErrorReporter() throw();
|
||||
|
||||
virtual const char *what() const throw();
|
||||
protected:
|
||||
|
|
Ładowanie…
Reference in New Issue