diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-14 21:31:03 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-14 21:31:03 -0500 |
| commit | a4b75934e5a4737ba7721c33ad9a009060a8a246 (patch) | |
| tree | a738ce7e7a6b707107b438220457d73585d0e4dd /MediaBrowser.Server.Implementations/Security/AuthenticationException.cs | |
| parent | 15a56fa069d85382fa2e053a9a60e763308c2d66 (diff) | |
revise endpoint attributes
Diffstat (limited to 'MediaBrowser.Server.Implementations/Security/AuthenticationException.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Security/AuthenticationException.cs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/MediaBrowser.Server.Implementations/Security/AuthenticationException.cs b/MediaBrowser.Server.Implementations/Security/AuthenticationException.cs deleted file mode 100644 index f4ba2fb63..000000000 --- a/MediaBrowser.Server.Implementations/Security/AuthenticationException.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; - -namespace MediaBrowser.Server.Implementations.Security -{ - public class AuthenticationException : Exception - { - public AuthenticationException(string message) - : base(message) - { - } - - public AuthenticationException() - { - } - } -} |
