Skip to content

Commit

Permalink
Merge pull request mongodb#76 from tricknotes/remove-unused-exception
Browse files Browse the repository at this point in the history
minor: remove unused error class 'ConfigurationError'
  • Loading branch information
banker committed Jan 6, 2012
2 parents e4570c1 + 217da82 commit c9e4f9a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/mongo/exceptions.rb
Expand Up @@ -37,9 +37,6 @@ def initialize(message=nil, error_code=nil, result=nil)
end
end

# Raised when configuration options cause connections, queries, etc., to fail.
class ConfigurationError < MongoRubyError; end

# Raised on fatal errors to GridFS.
class GridError < MongoRubyError; end

Expand Down

0 comments on commit c9e4f9a

Please sign in to comment.