Home
last modified time | relevance | path

Searched refs:Throwable (Results 1 – 25 of 109) sorted by last modified time

12345

/plugin/sqlite/
H A DSQLiteDB.php150 } 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)
H A DExceptionNotEquals.php5 use Throwable; alias
19 public function __construct($message = "", $canonical = "", $code = 0, Throwable $previous = null)
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)
/plugin/combo/vendor/symfony/process/Exception/
H A DExceptionInterface.php19 interface ExceptionInterface extends \Throwable
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DParseCancellationException.php9 public static function from(\Throwable $exception) : self
/plugin/combo/vendor/symfony/yaml/Exception/
H A DExceptionInterface.php19 interface ExceptionInterface extends \Throwable
H A DParseException.php32 public function __construct(string $message, int $parsedLine = -1, string $snippet = null, string $parsedFile = null, \Throwable $previous = null)
/plugin/katex/action/
H A Dsetup.php63 } catch ( Throwable $e ) {
91 } catch ( Throwable $e ) {
119 } catch ( Throwable $e ) {
187 } 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/prosemirror/parser/
H A DQuoteNode.php20 } catch (\Throwable $e) {
H A DTableCellNode.php29 } catch (\Throwable $e) {
/plugin/prosemirror/action/
H A Dajax.php164 } catch (Throwable $e) {
191 } catch (Throwable $e) {
H A Deditor.php81 } catch (Throwable $e) {
H A Dparser.php52 } catch (\Throwable $e) {
97 } catch (\Throwable $e) {
/plugin/prosemirror/
H A Dhelper.php38 * @param Throwable $exception
43 public function tryToLogErrorToSentry(Throwable $exception, array $extraData = [])
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DExceptionInterface.php10 interface ExceptionInterface extends \Throwable
/plugin/elasticsearch/vendor/react/promise/src/
H A DFulfilledPromise.php29 } catch (\Throwable $exception) {
H A DUnhandledRejectionException.php11 if ($reason instanceof \Exception || $reason instanceof \Throwable) {
H A DCancellationQueue.php42 } catch (\Throwable $exception) {
H A DLazyPromise.php57 } catch (\Throwable $exception) {
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md59 * `ExceptionInterface` extends `Throwable` [#2083](https://github.com/ruflin/Elastica/pull/2083)
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md164 * Handle `\Throwable` in the same way as `\Exception` (#51 by @joshdifabio).

12345