lib/bunny/exceptions.rb in bunny-0.9.0.pre8 vs lib/bunny/exceptions.rb in bunny-0.9.0.pre9
- old
+ new
@@ -155,6 +155,10 @@
def initialize(other)
super(other.message)
@other = other
end
end
+
+ class ConnectionForced < ConnectionLevelException
+ end
+
end