init commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Org.BouncyCastle.Utilities;
|
||||
|
||||
public class MemoableResetException : InvalidCastException
|
||||
{
|
||||
public MemoableResetException(string msg)
|
||||
: base(msg)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user