remove unused error class 'ConfigurationError'
This commit is contained in:
parent
63708a5f16
commit
217da825a6
|
@ -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