# File lib/spec/matchers/raise_exception.rb, line 125
    def raise_exception(exception=Exception, message=nil, &block)
      Matchers::RaiseException.new(exception, message, &block)
    end