Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
CompositeException.php
CompositeException::$throwables
@var \Throwable[]
Type:
throwables
File
vendor/
react/
promise/
src/
Exception/
CompositeException.php
, line 15
Class
CompositeException
Represents an exception that is a composite of one or more other exceptions.
Namespace
React\Promise\Exception
Code
private $throwables;
RSS feed