# File lib/mspec/matchers/raise_error.rb, line 45
45:   def raise_error(exception=Exception, message=nil, &block)
46:     RaiseErrorMatcher.new(exception, message, &block)
47:   end