mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
@@ -8,13 +8,11 @@ namespace NzbDrone.Core.Datastore
|
||||
public ModelConflictException(Type modelType, int modelId)
|
||||
: base("{0} with ID {1} cannot be modified", modelType.Name, modelId)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public ModelConflictException(Type modelType, int modelId, string message)
|
||||
: base("{0} with ID {1} {2}", modelType.Name, modelId, message)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user