Overrides ObjectComparator::accepts
public function accepts(mixed $expected, mixed $actual) : bool { return $expected instanceof Exception && $actual instanceof Exception; }