# File lib/deltacloud/base_driver/exceptions.rb, line 133 def initialize(&block) @exception_definitions = [] instance_eval(&block) if block_given? self end