comparison Core/WebServiceParameters.cpp @ 2042:5b93382f88e1

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 Jun 2016 15:31:07 +0200
parents 65b1ce7cb84f
children aa4b8895cd23
comparison
equal deleted inserted replaced
2041:9f61ca1e3eb3 2042:5b93382f88e1
207 else 207 else
208 { 208 {
209 throw OrthancException(ErrorCode_BadFileFormat); 209 throw OrthancException(ErrorCode_BadFileFormat);
210 } 210 }
211 } 211 }
212 catch (OrthancException&)
213 {
214 throw;
215 }
212 catch (...) 216 catch (...)
213 { 217 {
214 throw OrthancException(ErrorCode_BadFileFormat); 218 throw OrthancException(ErrorCode_BadFileFormat);
215 } 219 }
216 } 220 }