Skip to content

Commit

Permalink
Fix Device Exception namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Mar 27, 2014
1 parent 4d5776d commit 1d33f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MonoGame.Framework/Graphics/DeviceLostException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using System;
#endregion

namespace Microsoft.Xna.Framework
namespace Microsoft.Xna.Framework.Graphics
{
[Serializable]
public class DeviceLostException : Exception
Expand Down
2 changes: 1 addition & 1 deletion MonoGame.Framework/Graphics/DeviceNotResetException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using System;
#endregion

namespace Microsoft.Xna.Framework
namespace Microsoft.Xna.Framework.Graphics
{
[Serializable]
public class DeviceNotResetException : Exception
Expand Down

0 comments on commit 1d33f51

Please sign in to comment.