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

Breadcrumb

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

function Exception::getSerializableTrace

Returns the serializable trace (without 'args').

File

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

Class

Exception
Base class for all PHPUnit Framework exceptions.

Namespace

PHPUnit\Framework

Code

public function getSerializableTrace() : array {
    return $this->serializableTrace;
}
RSS feed
Powered by Drupal