Add curvature calculator
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace StructureHelperCommon.Infrastructures.Exceptions
|
||||
{
|
||||
public class StructureHelperNullReferenceException : StructureHelperException
|
||||
{
|
||||
public StructureHelperNullReferenceException(string errorString) : base(errorString)
|
||||
{
|
||||
}
|
||||
|
||||
public StructureHelperNullReferenceException(Exception ex) : base(ex)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user