class RSpec::Matchers::BuiltIn::RaiseError

def error_and_message_match?

Experimental RBS support (using type sampling data from the type_fusion project).

def error_and_message_match?: () -> true

This signature was generated using 1 sample from 1 application.

def error_and_message_match?
  @raised_expected_error && @with_expected_message
end