Merge pull request #76 from tricknotes/remove-unused-exception

minor: remove unused error class 'ConfigurationError'
This commit is contained in:
Kyle Banker 2012-01-06 11:55:36 -08:00
commit c9e4f9a9d8
1 changed files with 0 additions and 3 deletions

View File

@ -37,9 +37,6 @@ module Mongo
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