diff options
Diffstat (limited to 'Timeline/Services/ConflictException.cs')
-rw-r--r-- | Timeline/Services/ConflictException.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Services/ConflictException.cs b/Timeline/Services/ConflictException.cs index be9ec2c0..6ede183a 100644 --- a/Timeline/Services/ConflictException.cs +++ b/Timeline/Services/ConflictException.cs @@ -1,6 +1,6 @@ using System;
-namespace TimelineApp.Services
+namespace Timeline.Services
{
/// <summary>
/// Thrown when a resource already exists and conflicts with the given resource.
|