mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	update connect exceptions
This commit is contained in:
		
							parent
							
								
									812f2bad5b
								
							
						
					
					
						commit
						f0507b644d
					
				@ -26,6 +26,20 @@ namespace MediaBrowser.Common.Extensions
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public class RemoteServiceUnavailableException : Exception
 | 
			
		||||
    {
 | 
			
		||||
        public RemoteServiceUnavailableException()
 | 
			
		||||
        {
 | 
			
		||||
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        public RemoteServiceUnavailableException(string message)
 | 
			
		||||
            : base(message)
 | 
			
		||||
        {
 | 
			
		||||
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public class RateLimitExceededException : Exception
 | 
			
		||||
    {
 | 
			
		||||
        /// <summary>
 | 
			
		||||
 | 
			
		||||
@ -2,7 +2,7 @@
 | 
			
		||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
 | 
			
		||||
    <metadata>
 | 
			
		||||
        <id>MediaBrowser.Common</id>
 | 
			
		||||
        <version>3.0.707</version>
 | 
			
		||||
        <version>3.0.708</version>
 | 
			
		||||
        <title>Emby.Common</title>
 | 
			
		||||
        <authors>Emby Team</authors>
 | 
			
		||||
        <owners>ebr,Luke,scottisafool</owners>
 | 
			
		||||
 | 
			
		||||
@ -2,7 +2,7 @@
 | 
			
		||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
 | 
			
		||||
    <metadata>
 | 
			
		||||
        <id>MediaBrowser.Server.Core</id>
 | 
			
		||||
        <version>3.0.707</version>
 | 
			
		||||
        <version>3.0.708</version>
 | 
			
		||||
        <title>Emby.Server.Core</title>
 | 
			
		||||
        <authors>Emby Team</authors>
 | 
			
		||||
        <owners>ebr,Luke,scottisafool</owners>
 | 
			
		||||
@ -12,7 +12,7 @@
 | 
			
		||||
        <description>Contains core components required to build plugins for Emby Server.</description>
 | 
			
		||||
        <copyright>Copyright © Emby 2013</copyright>
 | 
			
		||||
        <dependencies>
 | 
			
		||||
            <dependency id="MediaBrowser.Common" version="3.0.707" />
 | 
			
		||||
            <dependency id="MediaBrowser.Common" version="3.0.708" />
 | 
			
		||||
        </dependencies>
 | 
			
		||||
    </metadata>
 | 
			
		||||
    <files>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user