mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-12-23 09:15:48 +08:00
simplifying stuff after i realised i added loads of crap i dont need
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Ocelot.Library.Infrastructure.Responses;
|
||||
|
||||
namespace Ocelot.Library.Infrastructure.UrlTemplateRepository
|
||||
{
|
||||
public class DownstreamUrlTemplateAlreadyExists : Error
|
||||
{
|
||||
public DownstreamUrlTemplateAlreadyExists()
|
||||
: base("This key has already been used")
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user