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

Breadcrumb

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

function CompositeException::getThrowables

Return value

\Throwable[]

File

vendor/react/promise/src/Exception/CompositeException.php, line 28

Class

CompositeException
Represents an exception that is a composite of one or more other exceptions.

Namespace

React\Promise\Exception

Code

public function getThrowables() : array {
    return $this->throwables;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal