ErrorFuture
in package
implements
FutureInterface
FinalYes
Tags
Table of Contents
Interfaces
Properties
- $throwable : Throwable
Methods
- __construct() : mixed
- await() : never
- catch() : FutureInterface
- map() : FutureInterface
Properties
$throwable read-only
private
Throwable
$throwable
Methods
__construct()
public
__construct(Throwable $throwable) : mixed
Parameters
- $throwable : Throwable
await()
public
await() : never
Return values
nevercatch()
public
catch(Closure $closure) : FutureInterface
Parameters
- $closure : Closure
Return values
FutureInterfacemap()
public
map(Closure $closure) : FutureInterface
Parameters
- $closure : Closure