websitepanel/WebsitePanel/Sources/WebsitePanel.WebDav.Core/Exceptions/WebDavHttpException.cs
2014-12-03 11:43:26 +03:00

6 lines
No EOL
124 B
C#

namespace WebsitePanel.WebDav.Core.Exceptions
{
public class WebDavHttpException : WebDavException
{
}
}