Initial project commit
This commit is contained in:
12
TorControlLibrary/Exceptions/TorUnknownCircuitException.cs
Normal file
12
TorControlLibrary/Exceptions/TorUnknownCircuitException.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace TorControlLibrary.Exceptions
|
||||
{
|
||||
public class TorUnknownCircuitException : TorException
|
||||
{
|
||||
public Int32 CircuitID { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user