GC_Error::export_to()

最后更新于:2021-11-27 14:42:50

GC_Error::export_to( GC_Error$error)

Exports the errors in this object into the given one.

参数

$error

(GC_Error) (Required) Error object to export into.

源文件

文件: gc-includes/class-gc-error.php

	public function export_to( GC_Error $error ) {
		static::copy_errors( $this, $error );
	}