lib/celluloid/exceptions.rb in celluloid-0.17.1.2 vs lib/celluloid/exceptions.rb in celluloid-0.17.2

- old
+ new

@@ -16,9 +16,10 @@ def initialize(cause) @cause = cause super "caused by #{cause.inspect}: #{cause}" end end + class ThreadLeak < Celluloid::Error; end module Feature module Requires class RubiniusOrJRuby < Celluloid::Error; end class Rubinius < Celluloid::Error; end class JRuby < Celluloid::Error; end