lib/bunny/exceptions.rb in bunny-0.9.0.pre9 vs lib/bunny/exceptions.rb in bunny-0.9.0.pre10

- old
+ new

@@ -1,6 +1,6 @@ module Bunny - class Exception < ::Exception + class Exception < ::StandardError end class NetworkFailure < Exception attr_reader :cause