mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-11 02:24:36 +01:00
Fix blowfish implementation and other things
This commit is contained in:
parent
ecdf51c882
commit
85fe804911
4 changed files with 32 additions and 14 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue