Lggr
Public Member Functions | List of all members
Prophecy\Promise\ThrowPromise Class Reference
Inheritance diagram for Prophecy\Promise\ThrowPromise:
Inheritance graph
[legend]
Collaboration diagram for Prophecy\Promise\ThrowPromise:
Collaboration graph
[legend]

Public Member Functions

 __construct ($exception)
 
 execute (array $args, ObjectProphecy $object, MethodProphecy $method)
 

Detailed Description

Throw promise.

Author
Konstantin Kudryashov ever..nosp@m.zet@.nosp@m.gmail.nosp@m..com

Constructor & Destructor Documentation

◆ __construct()

Prophecy\Promise\ThrowPromise::__construct (   $exception)

Initializes promise.

Parameters
string | \Exception | \Throwable$exceptionException class name or instance
Exceptions

Member Function Documentation

◆ execute()

Prophecy\Promise\ThrowPromise::execute ( array  $args,
ObjectProphecy  $object,
MethodProphecy  $method 
)

Throws predefined exception.

Parameters
array$args
ObjectProphecy$object
MethodProphecy$method
Exceptions
object

Implements Prophecy\Promise\PromiseInterface.


The documentation for this class was generated from the following file: