Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 3323582e authored by Harald Martini's avatar Harald Martini
Browse files

Updated Exception Message

parent ecb98d3f
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ namespace TUGraz.VectoCore.OutputData.XML
break;
}
throw new VectoException($"Couldnot create DeclarationReport for {input.GetType()}");
throw new VectoException($"Could not create Declaration Report for {input.GetType()}");
}
public IVTPReport CreateVTPReport(IInputDataProvider input, IOutputDataWriter outputWriter)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment