Fix blowfish implementation and other things

This commit is contained in:
Mino 2020-03-25 10:41:42 +09:00
parent ecdf51c882
commit 85fe804911
4 changed files with 32 additions and 14 deletions

View file

@ -3,6 +3,9 @@ using System.ComponentModel;
namespace Dalamud.Bootstrap.Windows
{
/// <summary>
/// An exception that is thrown when there was an error while interacting with the process.
/// </summary>
public class ProcessException : Exception
{
public uint Pid { get; }