about summary refs log tree commit homepage
path: root/lib/mogilefs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mogilefs.rb')
-rw-r--r--lib/mogilefs.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/mogilefs.rb b/lib/mogilefs.rb
index 9ed0a32..506d64b 100644
--- a/lib/mogilefs.rb
+++ b/lib/mogilefs.rb
@@ -23,9 +23,7 @@ module MogileFS
   class UnsupportedPathError < Error; end
   class RequestTruncatedError < Error; end
   class InvalidResponseError < Error; end
-  class UnreachableBackendError < Error
-    def message; "couldn't connect to mogilefsd backend"; end
-  end
+  class UnreachableBackendError < Error; end
 
   # IO.copy_stream was buggy in Ruby 1.9.2 and earlier
   if RUBY_VERSION >= "1.9.3"