mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Fix #178
This commit is contained in:
@@ -104,9 +104,10 @@ bool IfcSpfHeader::tryRead() {
|
||||
try {
|
||||
read();
|
||||
return true;
|
||||
} catch(const IfcException&) {
|
||||
} catch (const std::exception& e) {
|
||||
Logger::Error(e);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void IfcSpfHeader::write(std::ostream& os) const {
|
||||
|
||||
Reference in New Issue
Block a user