8 lines
No EOL
131 B
C#
8 lines
No EOL
131 B
C#
using System;
|
|
|
|
namespace WebsitePanel.WebDav.Core.Exceptions
|
|
{
|
|
public class WebDavException : Exception
|
|
{
|
|
}
|
|
} |