withMessage($wpError->get_error_message()); $exception->wpError = $wpError; return $exception; } public function getWpError(): WP_Error { return $this->wpError; } }