diff --git a/lib/mongo/exceptions.rb b/lib/mongo/exceptions.rb index 2403cf9..3e39fdc 100644 --- a/lib/mongo/exceptions.rb +++ b/lib/mongo/exceptions.rb @@ -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