mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 15:27:43 +01:00
errr
This commit is contained in:
parent
f8a44f9135
commit
f583f76537
3 changed files with 39 additions and 34 deletions
|
|
@ -2,11 +2,11 @@ using System;
|
|||
|
||||
namespace Dalamud.Injector.Windows
|
||||
{
|
||||
internal sealed class NtException : Exception
|
||||
internal sealed class NtStatusException : Exception
|
||||
{
|
||||
public NtStatus Status { get; }
|
||||
|
||||
public NtException(NtStatus status)
|
||||
public NtStatusException(NtStatus status)
|
||||
{
|
||||
Status = status;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue