aboutsummaryrefslogtreecommitdiff
path: root/Unicity.Renderer/WindowCreationFailedException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Unicity.Renderer/WindowCreationFailedException.cs')
-rw-r--r--Unicity.Renderer/WindowCreationFailedException.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/Unicity.Renderer/WindowCreationFailedException.cs b/Unicity.Renderer/WindowCreationFailedException.cs
deleted file mode 100644
index 322c6e5..0000000
--- a/Unicity.Renderer/WindowCreationFailedException.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using System;
-
-namespace Unicity.Renderer
-{
- class WindowCreationFailedException : Exception
- {
- public WindowCreationFailedException(string message) : base(message)
- {
-
- }
- }
-}