diff options
Diffstat (limited to 'ChocolArm64/Memory/MemoryProtectionException.cs')
-rw-r--r-- | ChocolArm64/Memory/MemoryProtectionException.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ChocolArm64/Memory/MemoryProtectionException.cs b/ChocolArm64/Memory/MemoryProtectionException.cs deleted file mode 100644 index 3d2cebad..00000000 --- a/ChocolArm64/Memory/MemoryProtectionException.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System; - -namespace ChocolArm64.Memory -{ - class MemoryProtectionException : Exception - { - public MemoryProtectionException(MemoryProtection protection) : - base($"Failed to set memory protection to \"{protection}\".") { } - } -}
\ No newline at end of file |