mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 08:15:27 +08:00 
			
		
		
		
	This commit is contained in:
		
				
					committed by
					
						
						Tom Pallister
					
				
			
			
				
	
			
			
			
						parent
						
							44209e97be
						
					
				
				
					commit
					37efe354ca
				
			@@ -5,7 +5,7 @@ namespace Ocelot.DownstreamRouteFinder.Finder
 | 
			
		||||
    public class UnableToFindDownstreamRouteError : Error
 | 
			
		||||
    {
 | 
			
		||||
        public UnableToFindDownstreamRouteError(string path, string httpVerb) 
 | 
			
		||||
            : base($"Unable to find downstream route for path: {path}, verb: {httpVerb}", OcelotErrorCode.UnableToFindDownstreamRouteError)
 | 
			
		||||
            : base($"Failed to match ReRoute configuration for upstream path: {path}, verb: {httpVerb}.", OcelotErrorCode.UnableToFindDownstreamRouteError)
 | 
			
		||||
        {
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user