Home
last modified time | relevance | path

Searched refs:Throwable (Results 26 – 50 of 109) sorted by relevance

12345

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DParseCancellationException.php9 public static function from(\Throwable $exception) : self
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DOperationException.php16 use Throwable;
30 Throwable $previous = null
H A DUnsolicitedNotificationException.php14 use Throwable;
31 * @param \Throwable|null $previous
34 public function __construct($message = "", $code = 0, Throwable $previous = null, $oid = "")
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DHandler.php42 } catch (\Throwable $e) {
/plugin/combo/ComboStrap/
H A DLogUtility.php15 use Throwable; alias
389 * @param Throwable|null $previous
392 public static function internalError(string $message, string $canonical = "support", Throwable $previous = null)
/plugin/elasticsearch/vendor/react/promise/src/
H A DUnhandledRejectionException.php11 if ($reason instanceof \Exception || $reason instanceof \Throwable) {
H A DCancellationQueue.php42 } catch (\Throwable $exception) {
H A DFulfilledPromise.php29 } catch (\Throwable $exception) {
H A DLazyPromise.php57 } catch (\Throwable $exception) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/
H A DException.php25 if (!$exception instanceof Throwable && !$exception instanceof Exception) {
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DUtils.php54 } catch (\Throwable $e) {
87 } catch (\Throwable $e) {
H A DEachPromise.php83 } catch (\Throwable $e) {
216 } catch (\Throwable $e) {
H A DCreate.php58 if ($reason instanceof \Exception || $reason instanceof \Throwable) {
H A DFulfilledPromise.php42 } catch (\Throwable $e) {
H A DRejectedPromise.php43 } catch (\Throwable $e) {
/plugin/prosemirror/action/
H A Dajax.php164 } catch (Throwable $e) {
191 } catch (Throwable $e) {
/plugin/oauth/
H A DException.php19 * @param \Throwable|null $previous
21 public function __construct($message = "", $context = [], $code = 0, \Throwable $previous = null)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DException.php54 if ($other instanceof Exception || $other instanceof Throwable) {
/plugin/prosemirror/parser/
H A DQuoteNode.php20 } catch (\Throwable $e) {
H A DTableCellNode.php29 } catch (\Throwable $e) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLineFormatter.php147 protected function normalizeException(\Throwable $e, int $depth = 0): string
189 private function formatException(\Throwable $e): string
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DExceptionWrapper.php33 * @param Throwable|Exception $e
/plugin/issuelinks/
H A DWebhook.php51 } catch (\Throwable $e) {
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/src/
H A DEnumerator.php74 } catch (\Throwable $e) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/ServerRunner/
H A DPcntlServerRunner.php

12345