Home
last modified time | relevance | path

Searched refs:Throwable (Results 51 – 75 of 109) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DDoctrinePHPCRTypeDriver.php38 } catch (\Throwable $e) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php50 } elseif (!$exception instanceof \Exception && !$exception instanceof \Throwable) {
/plugin/elasticsearch/vendor/react/promise/src/
H A DRejectedPromise.php29 } catch (\Throwable $exception) {
H A DPromise.php122 } catch (\Throwable $e) {
248 } catch (\Throwable $e) {
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DPromise.php94 } catch (\Throwable $e) {
212 } catch (\Throwable $reason) {
/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 DUtils.php278 } catch (\Throwable $e) {
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplateWrapper.php108 } catch (\Throwable $e) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestFailure.php35 * @param Throwable $t
H A DTestCase.php942 } catch (Throwable $_e) {
966 } catch (Throwable $_e) {
1017 } catch (Throwable $_e) {
1063 } catch (Throwable $_e) {
1159 } catch (Throwable $t) {
1936 * @param Throwable|Exception $exception
2158 * @param Exception|Throwable $e
2160 * @throws Exception|Throwable
H A DTestSuite.php497 } catch (Throwable $_t) {
695 } catch (Throwable $_t) {
/plugin/combo/vendor/symfony/yaml/Exception/
H A DParseException.php32 public function __construct(string $message, int $parsedLine = -1, string $snippet = null, string $parsedFile = null, \Throwable $previous = null)
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php286 interface Throwable interface
H A DREADME.md119 #### Throwable & co.
121 The `Throwable` interface has been introduced to represent a whole new exception
123 might want to use this interface in some cases. Hopefully, the `Throwable`
129 } catch (Throwable $e) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DNewRelicHandler.php91 …(isset($record['context']['exception']) && $record['context']['exception'] instanceof \Throwable) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRandom.php57 } catch (\Throwable $e) {
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md64 - Update to now catch `\Throwable` on PHP 7+
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php30 use Throwable;
159 } catch (Exception | Throwable $e) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientReferralHandler.php34 use Throwable;
170 } catch (Throwable $e) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php205 } catch (Throwable $t) {
/plugin/sentry/
H A DEvent.php142 protected function extractExceptionExtras(\Throwable $e)
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DDateHandler.php249 } catch (\Throwable $e) {
/plugin/issuelinks/action/
H A Dajax.php116 } catch (\Throwable $e) {
/plugin/issuelinks/helper/
H A Ddata.php78 } catch (\Throwable $e) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php384 } catch (\Throwable $e) {

12345