mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
added Expansive
This commit is contained in:
parent
652a9d4a8a
commit
6a5c10a456
8 changed files with 435 additions and 0 deletions
12
NzbDrone.Common/Expansive/CircularReferenceException.cs
Normal file
12
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)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue