Skip to content

Commit

Permalink
Updated error message if ExportDetails had not been set
Browse files Browse the repository at this point in the history
  • Loading branch information
MajaLindroth authored and Fraser Greenroyd committed Oct 3, 2019
1 parent d44dc30 commit 31380a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XML_Adapter/XMLSerializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static void Serialize<T>(IEnumerable<T> bhomObjects, BH.oM.XML.GBXML gbx,
SerializeSpaces(bhomObjects, fileName, settings);
break;
default:
throw new NotImplementedException("That option has not been implemented");
throw new NotImplementedException("The ExportDetail has not been set. Please set the ExportDetail to continue");
}

// Document History
Expand Down

0 comments on commit 31380a7

Please sign in to comment.