Home
last modified time | relevance | path

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

12345

/plugin/combo/ComboStrap/
H A DExceptionRuntime.php7 use Throwable; alias
23 public function __construct($message = "", $canonical = "", $code = 0, Throwable $previous = null)
30 public static function withError(Throwable $previous)
36 public static function withMessageAndError(string $message, Throwable $previous)
H A DExceptionCompile.php7 use Throwable; alias
21 public function __construct($message = "", $canonical = "", $code = 0, Throwable $previous = null)
35 public static function withMessageAndError(string $message, Throwable $previous)
H A DLogException.php8 use Throwable; alias
22 public function __construct($message = "", $code = 0, Throwable $previous = null)
H A DExceptionNotEquals.php5 use Throwable; alias
19 public function __construct($message = "", $canonical = "", $code = 0, Throwable $previous = null)
/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/monolog/monolog/src/Monolog/Handler/
H A DFallbackGroupHandler.php14 use Throwable; alias
40 } catch (Throwable $e) {
66 } catch (Throwable $e) {
H A DWhatFailureGroupHandler.php37 } catch (\Throwable $e) {
62 } catch (\Throwable $e) {
H A DRollbarHandler.php15 use Throwable; alias
92 if (isset($context['exception']) && $context['exception'] instanceof Throwable) {
H A DElasticsearchHandler.php14 use Throwable; alias
151 } catch (Throwable $e) {
/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) {
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
H A DExceptionInterface.php5 use Throwable; alias
10 interface ExceptionInterface extends Throwable
/plugin/katex/action/
H A Dsetup.php63 } catch ( Throwable $e ) {
91 } catch ( Throwable $e ) {
119 } catch ( Throwable $e ) {
187 } catch ( Throwable $e ) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DRequestEntityTooLargeException.php5 use Throwable; alias
9 public function __construct(?Throwable $previous = null)
H A DExceptionInterface.php10 interface ExceptionInterface extends \Throwable
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DWavFileException.java17 public WavFileException(String message, Throwable cause) in WavFileException()
22 public WavFileException(Throwable cause) in WavFileException()
/plugin/prosemirror/
H A Dhelper.php38 * @param Throwable $exception
43 public function tryToLogErrorToSentry(Throwable $exception, array $extraData = [])
/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 DNormalizerFormatter.php16 use Throwable; alias
170 if ($data instanceof Throwable) {
199 protected function normalizeException(Throwable $e, int $depth = 0)
H A DMongoDBFormatter.php85 } elseif ($value instanceof \Throwable) {
112 protected function formatException(\Throwable $exception, int $nestingLevel)
/plugin/prosemirror/action/
H A Dparser.php52 } catch (\Throwable $e) {
97 } catch (\Throwable $e) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php19 use Throwable; alias
319 } catch (Throwable $e) {
331 } catch (Throwable $e) {
633 protected function handleException(Throwable $e, array $record): void
/plugin/findologicxmlexport/vendor/symfony/yaml/Exception/
H A DExceptionInterface.php19 interface ExceptionInterface extends \Throwable
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/
H A DException.php12 interface Exception extends \Throwable
/plugin/combo/vendor/symfony/process/Exception/
H A DExceptionInterface.php19 interface ExceptionInterface extends \Throwable
/plugin/combo/vendor/symfony/yaml/Exception/
H A DExceptionInterface.php19 interface ExceptionInterface extends \Throwable

12345