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

6 lines
No EOL
130 B
C#

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