Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/linker/Linker/OutputException.cs')
-rw-r--r--src/linker/Linker/OutputException.cs17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/linker/Linker/OutputException.cs b/src/linker/Linker/OutputException.cs
deleted file mode 100644
index a406625fa..000000000
--- a/src/linker/Linker/OutputException.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-using System;
-
-namespace Mono.Linker
-{
- public class OutputException : Exception
- {
- public OutputException (string message)
- : base (message)
- {
- }
-
- public OutputException (string message, Exception innerException)
- : base (message, innerException)
- {
- }
- }
-} \ No newline at end of file