Skip to content

Commit

Permalink
Move InvalidQueryException to Exceptions folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwin committed Jun 12, 2010
1 parent 3c05eff commit 0b34128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Runtime.Serialization;

namespace MongoDB.Linq
namespace MongoDB
{
/// <summary>
///
Expand Down
2 changes: 1 addition & 1 deletion source/MongoDB/MongoDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<Compile Include="Linq\Translators\JavascriptFormatter.cs" />
<Compile Include="Linq\Grouping.cs" />
<Compile Include="Linq\IMongoQueryable.cs" />
<Compile Include="Linq\InvalidQueryException.cs" />
<Compile Include="Exceptions\InvalidQueryException.cs" />
<Compile Include="LinqExtensions.cs" />
<Compile Include="Linq\Expressions\MongoExpressionVisitor.cs" />
<Compile Include="Linq\Translators\FieldProjector.cs" />
Expand Down

0 comments on commit 0b34128

Please sign in to comment.