瀏覽代碼

Merge pull request #1368 from gmsantos/patch-1

Update exception message in InsightOpsHandler
Jordi Boggiano 6 年之前
父節點
當前提交
8b09fd78aa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Monolog/Handler/InsightOpsHandler.php

+ 1 - 1
src/Monolog/Handler/InsightOpsHandler.php

@@ -38,7 +38,7 @@ class InsightOpsHandler extends SocketHandler
     public function __construct($token, $region = 'us', $useSSL = true, $level = Logger::DEBUG, $bubble = true)
     {
         if ($useSSL && !extension_loaded('openssl')) {
-            throw new MissingExtensionException('The OpenSSL PHP plugin is required to use SSL encrypted connection for LogEntriesHandler');
+            throw new MissingExtensionException('The OpenSSL PHP plugin is required to use SSL encrypted connection for InsightOpsHandler');
         }
 
         $endpoint = $useSSL