MailPoet\EmailEditor\Validator

Validation_Exception::get_wp_error()publicWC 1.0

Returns the WP_Error instance.

Method of the class: Validation_Exception{}

No Hooks.

Return

null. Nothing (null).

Usage

$Validation_Exception = new Validation_Exception();
$Validation_Exception->get_wp_error(): WP_Error;

Validation_Exception::get_wp_error() code WC 9.8.1

public function get_wp_error(): WP_Error {
	return $this->wp_error;
}