芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/test.ezed.pk/wp-content/plugins/wp-mail-smtp/src/MailCatcher.php
CustomHeader; // phpcs:ignore WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase } /** * Get the PHPMailer line ending. * * @since 2.2.0 * * @return string */ public function get_line_ending() { return $this->LE; // phpcs:ignore WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase } /** * Throw PHPMailer exception. * * @since 4.0.0 * * @param string $error Error message. * * @throws phpmailerException PHPMailer exception. */ protected function throw_exception( $error ) { throw new phpmailerException( $error ); } }