6 lines
107 B
C#
6 lines
107 B
C#
|
// Custom Http Request Feature
|
||
|
class MathErrorFeature
|
||
|
{
|
||
|
public MathErrorType MathError { get; set; }
|
||
|
}
|