Searched refs:Throwable (Results 1 – 11 of 11) sorted by relevance
/template/strap/ComboStrap/ |
D | ExceptionRuntime.php | 7 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)
|
D | ExceptionCompile.php | 7 use Throwable; alias 21 … public function __construct($message = "", $canonical = "", $code = 0, Throwable $previous = null) 35 public static function withMessageAndError(string $message, Throwable $previous)
|
D | LogException.php | 8 use Throwable; alias 22 public function __construct($message = "", $code = 0, Throwable $previous = null)
|
D | ExceptionNotEquals.php | 5 use Throwable; alias 19 … public function __construct($message = "", $canonical = "", $code = 0, Throwable $previous = null)
|
D | LogUtility.php | 16 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/ |
D | ExceptionInterface.php | 19 interface ExceptionInterface extends \Throwable
|
D | ParseException.php | 32 …t $parsedLine = -1, string $snippet = null, string $parsedFile = null, \Throwable $previous = null)
|
/template/strap/vendor/symfony/process/Exception/ |
D | ExceptionInterface.php | 19 interface ExceptionInterface extends \Throwable
|
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/ |
D | ParseCancellationException.php | 9 public static function from(\Throwable $exception) : self
|
/template/twigstarter/vendor/twig/twig/src/ |
D | TemplateWrapper.php | 102 } catch (\Throwable $e) {
|
D | Template.php | 391 } catch (\Throwable $e) {
|