Merge pull request #76 from tricknotes/remove-unused-exception
minor: remove unused error class 'ConfigurationError'
This commit is contained in:
commit
c9e4f9a9d8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue