diff options
Diffstat (limited to 'ChocolArm64/Exceptions/VmmOutOfMemoryException.cs')
| -rw-r--r-- | ChocolArm64/Exceptions/VmmOutOfMemoryException.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ChocolArm64/Exceptions/VmmOutOfMemoryException.cs b/ChocolArm64/Exceptions/VmmOutOfMemoryException.cs deleted file mode 100644 index d6ddf752..00000000 --- a/ChocolArm64/Exceptions/VmmOutOfMemoryException.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; - -namespace ChocolArm64.Exceptions -{ - public class VmmAccessException : Exception - { - private const string ExMsg = "Memory region at 0x{0} with size 0x{1} is not contiguous!"; - - public VmmAccessException() { } - - public VmmAccessException(long position, long size) : base(string.Format(ExMsg, position, size)) { } - } -}
\ No newline at end of file |
