aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Updates/InstallationFailedEventArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Common/Updates/InstallationFailedEventArgs.cs')
-rw-r--r--MediaBrowser.Common/Updates/InstallationFailedEventArgs.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/MediaBrowser.Common/Updates/InstallationFailedEventArgs.cs b/MediaBrowser.Common/Updates/InstallationFailedEventArgs.cs
deleted file mode 100644
index 69dc1ee98..000000000
--- a/MediaBrowser.Common/Updates/InstallationFailedEventArgs.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-using System;
-
-namespace MediaBrowser.Common.Updates
-{
- public class InstallationFailedEventArgs : InstallationEventArgs
- {
- public Exception Exception { get; set; }
- }
-} \ No newline at end of file