Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
added missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
teocomi committed Oct 22, 2019
1 parent 13a85c4 commit af2aef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Conversion/ConverterDeserialisation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public static object Deserialise( SpeckleObject obj, object root = null, IEnumer
}
}

if(ex!=null && ex is SpeckleException)
if(ex!=null && ex is Data.SpeckleException)
{
return new SpeckleConversionError
{
Expand Down
1 change: 1 addition & 0 deletions SpeckleCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<Compile Include="Conversion\ConverterDeserialisation.cs" />
<Compile Include="Conversion\ConverterSerialisation.cs" />
<Compile Include="Data\SpeckleError.cs" />
<Compile Include="Data\SpeckleException.cs" />
<Compile Include="LocalData\Models.cs" />
<Compile Include="LocalData\SpeckleLocalContext.cs" />
<Compile Include="Models\ModelBase.cs" />
Expand Down

0 comments on commit af2aef7

Please sign in to comment.