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

Breadcrumb

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

function Exception::__sleep

File

vendor/phpunit/phpunit/src/Framework/Exception/Exception.php, line 70

Class

Exception
Base class for all PHPUnit Framework exceptions.

Namespace

PHPUnit\Framework

Code

public function __sleep() : array {
    return array_keys(get_object_vars($this));
}
RSS feed
Powered by Drupal