Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
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
; }
RSS feed