diff options
Diffstat (limited to 'Unicity.Renderer/WindowCreationFailedException.cs')
| -rw-r--r-- | Unicity.Renderer/WindowCreationFailedException.cs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Unicity.Renderer/WindowCreationFailedException.cs b/Unicity.Renderer/WindowCreationFailedException.cs index 380ffb6..322c6e5 100644 --- a/Unicity.Renderer/WindowCreationFailedException.cs +++ b/Unicity.Renderer/WindowCreationFailedException.cs @@ -1,6 +1,8 @@ -namespace Unicity.Renderer +using System; + +namespace Unicity.Renderer { - class WindowCreationFailedException : System.Exception + class WindowCreationFailedException : Exception { public WindowCreationFailedException(string message) : base(message) { |
