Celluloid::Error
# File lib/celluloid/exceptions.rb, line 16 def initialize(cause) @cause = cause super "caused by #{cause.inspect}: #{cause}" end