init commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Org.BouncyCastle.Pkix;
|
||||
|
||||
[Serializable]
|
||||
public class PkixNameConstraintValidatorException : Exception
|
||||
{
|
||||
public PkixNameConstraintValidatorException(string msg)
|
||||
: base(msg)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user