Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Throwable.php

function Throwable::hasPrevious

@psalm-assert-if-true !null $this->previous

1 call to Throwable::hasPrevious()
Throwable::asString in vendor/phpunit/phpunit/src/Event/Value/Throwable.php

File

vendor/phpunit/phpunit/src/Event/Value/Throwable.php, line 87

Class

Throwable
@psalm-immutable

Namespace

PHPUnit\Event\Code

Code

public function hasPrevious() : bool {
    return $this->previous !== null;
}
RSS feed
Powered by Drupal