aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Dlna/PlaybackException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Dlna/PlaybackException.cs')
-rw-r--r--MediaBrowser.Model/Dlna/PlaybackException.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/MediaBrowser.Model/Dlna/PlaybackException.cs b/MediaBrowser.Model/Dlna/PlaybackException.cs
deleted file mode 100644
index 761fa1c904..0000000000
--- a/MediaBrowser.Model/Dlna/PlaybackException.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-using System;
-
-namespace MediaBrowser.Model.Dlna
-{
- public class PlaybackException : Exception
- {
- public PlaybackErrorCode ErrorCode { get; set;}
- }
-}