remove custom exception
parent
f2f1b8979b
commit
b1a8f9d5a1
|
@ -1,12 +0,0 @@
|
|||
using System;
|
||||
|
||||
namespace MoonTools.Core.Graph
|
||||
{
|
||||
public class InvalidVertexException : Exception
|
||||
{
|
||||
public InvalidVertexException(
|
||||
string format,
|
||||
params object[] args
|
||||
) : base(string.Format(format, args)) { }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue