1
1
mirror of https://github.com/dgis/xsddiagram.git synced 2024-08-17 06:20:23 +03:00
This commit is contained in:
dgis 2016-07-07 23:13:28 +02:00
parent 81a4b39e74
commit ea3d5e76f1

View File

@ -260,7 +260,7 @@ namespace XSDDiagram
{
uri = new Uri(url);
}
catch (UriFormatException ex)
catch (UriFormatException)
{
throw new Exception("Cannot read the URL '" + url + "'!");
}