Thrown when an operation run by the Import_Service fails
-
Exception
implements
Throwable
-
CultureHosts\WP\Importer\Service\Exceptions\Import_Operation_Failure
Located at culturehosts-importer/src/Service/Exceptions/Import_Operation_Failure.php
| Methods |
public
|
__construct(Query|Exception $failure_cause)
Parameters
| $failure_cause |
The root cause of the failure,
e.g. a Query object that failed to get results from the CH API or another exception.
|
Overrides
|
#
|
public
|
get_cause(): Query|Exception
Retrieves the cause of the failure
Retrieves the cause of the failure
|
#
|