aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/Exceptions/InternalServiceException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/Exceptions/InternalServiceException.cs')
-rw-r--r--Ryujinx.HLE/Exceptions/InternalServiceException.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Ryujinx.HLE/Exceptions/InternalServiceException.cs b/Ryujinx.HLE/Exceptions/InternalServiceException.cs
deleted file mode 100644
index 85de63a6..00000000
--- a/Ryujinx.HLE/Exceptions/InternalServiceException.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-using System;
-
-namespace Ryujinx.HLE.Exceptions
-{
- class InternalServiceException: Exception
- {
- public InternalServiceException(string message) : base(message) { }
- }
-} \ No newline at end of file