Home
last modified time | relevance | path

Searched refs:MissingExtensionException (Results 1 – 15 of 15) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCubeHandler.php71 * @throws MissingExtensionException when there is no socket extension
76 …throw new MissingExtensionException('The sockets extension is required to use udp URLs with the Cu…
94 * @throws MissingExtensionException when no curl extension
99 …throw new MissingExtensionException('The curl extension is required to use http URLs with the Cube…
H A DInsightOpsHandler.php34 * @throws MissingExtensionException If SSL encryption is set to true and OpenSSL is missing
49 …throw new MissingExtensionException('The OpenSSL PHP plugin is required to use SSL encrypted conne…
H A DLogEntriesHandler.php31 * @throws MissingExtensionException If SSL encryption is set to true and OpenSSL is missing
46 …throw new MissingExtensionException('The OpenSSL PHP plugin is required to use SSL encrypted conne…
H A DZendMonitorHandler.php36 * @throws MissingExtensionException
41 throw new MissingExtensionException(
H A DLogmaticHandler.php44 * @throws MissingExtensionException If SSL encryption is set to true and OpenSSL is missing
60 …throw new MissingExtensionException('The OpenSSL PHP extension is required to use SSL encrypted co…
H A DFlowdockHandler.php40 * @throws MissingExtensionException if OpenSSL is missing
53 …throw new MissingExtensionException('The OpenSSL PHP extension is required to use the FlowdockHand…
H A DFleepHookHandler.php46 * @throws MissingExtensionException
59 …throw new MissingExtensionException('The OpenSSL PHP extension is required to use the FleepHookHan…
H A DLogglyHandler.php49 * @throws MissingExtensionException If the curl extension is missing
54 … throw new MissingExtensionException('The curl extension is needed to use the LogglyHandler');
H A DSyslogUdpHandler.php52 * @throws MissingExtensionException
59 …throw new MissingExtensionException('The sockets extension is required to use the SyslogUdpHandler…
H A DMissingExtensionException.php19 class MissingExtensionException extends \Exception class
H A DSlackHandler.php50 * @throws MissingExtensionException If no OpenSSL PHP extension configured
70 …throw new MissingExtensionException('The OpenSSL PHP extension is required to use the SlackHandler…
H A DIFTTTHandler.php42 … throw new MissingExtensionException('The curl extension is needed to use the IFTTTHandler');
H A DSendGridHandler.php63 … throw new MissingExtensionException('The curl extension is needed to use the SendGridHandler');
H A DSlackWebhookHandler.php62 …throw new MissingExtensionException('The curl extension is needed to use the SlackWebhookHandler');
H A DNewRelicHandler.php79 …throw new MissingExtensionException('The newrelic PHP extension is required to use the NewRelicHan…