Przeglądaj źródła

update exception message in InsightOpsHandler

Gabriel Machado 6 lat temu
rodzic
commit
0ffb4e2811
1 zmienionych plików z 1 dodań i 1 usunięć
  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)
     public function __construct($token, $region = 'us', $useSSL = true, $level = Logger::DEBUG, $bubble = true)
     {
     {
         if ($useSSL && !extension_loaded('openssl')) {
         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
         $endpoint = $useSSL