Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
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)
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)
DLogException.php8 use Throwable; alias
22 public function __construct($message = "", $code = 0, Throwable $previous = null)
DExceptionNotEquals.php5 use Throwable; alias
19 … public function __construct($message = "", $canonical = "", $code = 0, Throwable $previous = null)
DLogUtility.php16 use Throwable; alias
385 * @param Throwable|null $previous
388 …public static function internalError(string $message, string $canonical = "support", Throwable $pr…
/template/strap/vendor/symfony/yaml/Exception/
DExceptionInterface.php19 interface ExceptionInterface extends \Throwable
DParseException.php32 …t $parsedLine = -1, string $snippet = null, string $parsedFile = null, \Throwable $previous = null)
/template/strap/vendor/symfony/process/Exception/
DExceptionInterface.php19 interface ExceptionInterface extends \Throwable
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
DParseCancellationException.php9 public static function from(\Throwable $exception) : self
/template/twigstarter/vendor/twig/twig/src/
DTemplateWrapper.php102 } catch (\Throwable $e) {
DTemplate.php391 } catch (\Throwable $e) {