From 217da825a694a447524cccaed1038245c2b1837b Mon Sep 17 00:00:00 2001 From: Ryunosuke SATO Date: Tue, 27 Dec 2011 19:55:10 +0900 Subject: [PATCH] remove unused error class 'ConfigurationError' --- lib/mongo/exceptions.rb | 3 --- 1 file changed, 3 deletions(-) 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