Automattic\WooCommerce\Database\Migrations\CustomOrderTable

PostsToOrdersMigrationController::verify_transaction_isolation_level()publicWC 1.0

Method of the class: PostsToOrdersMigrationController{}

No Hooks.

Return

null. Nothing (null).

Usage

$PostsToOrdersMigrationController = new PostsToOrdersMigrationController();
$PostsToOrdersMigrationController->$exception_class = get_class( $exception );
$exception (required)
-

PostsToOrdersMigrationController::verify_transaction_isolation_level() code WC 8.7.0

$exception_class = get_class( $exception );
$this->error_logger->error(
	"$name: when processing ids $batch: ($exception_class) {$exception->getMessage()}, {$exception->getTraceAsString()}",
	array(
		'source'    => self::LOGS_SOURCE_NAME,