Home
last modified time | relevance | path

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

/template/strap/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)
H A 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/
H A DExceptionInterface.php19 interface ExceptionInterface extends \Throwable
H A DParseException.php32 …t $parsedLine = -1, string $snippet = null, string $parsedFile = null, \Throwable $previous = null)
/template/strap/vendor/symfony/process/Exception/
H A DExceptionInterface.php19 interface ExceptionInterface extends \Throwable
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A 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) {
/template/mikio/
H A Dcss.php141 } catch (Throwable $e) {