Skip to content

Commit f336c51

Browse files
committed
CSHARP-1191: Move GridFSExceptions to MongoDB.Driver.GridFS namespace.
1 parent abc27f3 commit f336c51

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/MongoDB.Driver.GridFS/GridFSChunkException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
using MongoDB.Bson;
1919
using MongoDB.Driver.Core.Misc;
2020

21-
namespace MongoDB.Driver
21+
namespace MongoDB.Driver.GridFS
2222
{
2323
/// <summary>
2424
/// Represents a GridFSChunk exception.

src/MongoDB.Driver.GridFS/GridFSException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
using System;
1717
using System.Runtime.Serialization;
1818

19-
namespace MongoDB.Driver
19+
namespace MongoDB.Driver.GridFS
2020
{
2121
/// <summary>
2222
/// Represents a GridFS exception.

src/MongoDB.Driver.GridFS/GridFSFileNotFoundException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
using MongoDB.Bson;
1919
using MongoDB.Driver.Core.Misc;
2020

21-
namespace MongoDB.Driver
21+
namespace MongoDB.Driver.GridFS
2222
{
2323
/// <summary>
2424
/// Represents a GridFSFileNotFound exception.

src/MongoDB.Driver.GridFS/GridFSMD5Exception.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
using MongoDB.Bson;
1919
using MongoDB.Driver.Core.Misc;
2020

21-
namespace MongoDB.Driver
21+
namespace MongoDB.Driver.GridFS
2222
{
2323
/// <summary>
2424
/// Represents a GridFSMD5 exception.

0 commit comments

Comments
 (0)