Home
last modified time | relevance | path

Searched refs:Throwable (Results 1 – 25 of 109) sorted by path

12345

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md50 * Improvement: Make GuzzleException extend Throwable wherever it's available [#2273](https://github…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DGuzzleException.php4 use Throwable; alias
6 if (interface_exists(Throwable::class)) {
7 interface GuzzleException extends Throwable
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md64 - Update to now catch `\Throwable` on PHP 7+
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DCoroutine.php7 use Throwable; alias
74 } catch (Throwable $throwable) {
148 } catch (Throwable $throwable) {
165 } catch (Throwable $throwable) {
H A DCreate.php58 if ($reason instanceof \Exception || $reason instanceof \Throwable) {
H A DEachPromise.php83 } catch (\Throwable $e) {
216 } catch (\Throwable $e) {
H A DFulfilledPromise.php42 } catch (\Throwable $e) {
H A DPromise.php94 } catch (\Throwable $e) {
212 } catch (\Throwable $reason) {
H A DRejectedPromise.php43 } catch (\Throwable $e) {
H A DUtils.php54 } catch (\Throwable $e) {
87 } catch (\Throwable $e) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php384 } catch (\Throwable $e) {
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md228 * Fixed support for PHP7's Throwable in NewRelicHandler
311 * Fixed PHP7 compatibility with regard to Exception/Throwable handling in a few places
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php93 $prev = set_exception_handler(function (\Throwable $e): void {
181 private function handleException(\Throwable $e): void
H A DLogger.php19 use Throwable; alias
319 } catch (Throwable $e) {
331 } catch (Throwable $e) {
633 protected function handleException(Throwable $e, array $record): void
H A DUtils.php278 } catch (\Throwable $e) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DJsonFormatter.php14 use Throwable; alias
185 if ($data instanceof Throwable) {
202 protected function normalizeException(Throwable $e, int $depth = 0): array
H A DLineFormatter.php147 protected function normalizeException(\Throwable $e, int $depth = 0): string
189 private function formatException(\Throwable $e): string
H A DMongoDBFormatter.php85 } elseif ($value instanceof \Throwable) {
112 protected function formatException(\Throwable $exception, int $nestingLevel)
H A DNormalizerFormatter.php16 use Throwable; alias
170 if ($data instanceof Throwable) {
199 protected function normalizeException(Throwable $e, int $depth = 0)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticsearchHandler.php14 use Throwable; alias
151 } catch (Throwable $e) {
H A DFallbackGroupHandler.php14 use Throwable; alias
40 } catch (Throwable $e) {
66 } catch (Throwable $e) {
H A DHandler.php42 } catch (\Throwable $e) {
H A DNewRelicHandler.php91 …(isset($record['context']['exception']) && $record['context']['exception'] instanceof \Throwable) {
H A DRollbarHandler.php15 use Throwable; alias
92 if (isset($context['exception']) && $context['exception'] instanceof Throwable) {
H A DWhatFailureGroupHandler.php37 } catch (\Throwable $e) {
62 } catch (\Throwable $e) {

12345