mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Moved source code under src folder - massive change
This commit is contained in:
12
src/NzbDrone.Common/Expansive/CircularReferenceException.cs
Normal file
12
src/NzbDrone.Common/Expansive/CircularReferenceException.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace NzbDrone.Common.Expansive
|
||||
{
|
||||
public class CircularReferenceException : Exception
|
||||
{
|
||||
public CircularReferenceException(string message)
|
||||
: base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user