first commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
namespace lib\mail\PHPMailer; class Exception extends \Exception { public function errorMessage() { return '<strong>' . htmlspecialchars($this->getMessage(), ENT_COMPAT | ENT_HTML401) . "</strong><br />\n"; } }
|
||||
Reference in New Issue
Block a user