Fixed: Revert remove of throw in EPatchDownloadException

--HG--
branch : compatibility-develop
hg/compatibility-develop
ulukyn 7 years ago
parent c2ae7742a7
commit 9237868f44

@ -101,7 +101,7 @@ struct EPatchDownloadException : public Exception
{
EPatchDownloadException() : Exception( "Download Error" ) {}
EPatchDownloadException( const std::string& str ) : Exception( str ) {}
virtual ~EPatchDownloadException() {}
virtual ~EPatchDownloadException() throw(){}
};

Loading…
Cancel
Save