InvalidOperationExpression lol

This commit is contained in:
2023-03-28 12:53:59 +02:00
parent 097297fa93
commit 88c7a1bc16

View File

@@ -31,7 +31,7 @@ namespace Password_Manager
} }
else else
{ {
throw new InvalidOperationExpression("You cannot use the OpenPasswordGenerator method if you instantiated this form without a RecipientRequest event handler."); throw new InvalidOperationException("You cannot use the OpenPasswordGenerator method if you instantiated this form without a RecipientRequest event handler.");
} }
} }