Home
last modified time | relevance | path

Searched refs:Throwable (Results 76 – 100 of 109) sorted by last modified time

12345

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php556 } catch (\Throwable $e) {
H A DTemplateWrapper.php108 } catch (\Throwable $e) {
H A DTemplate.php413 } catch (\Throwable $e) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1562 } catch (\Throwable $e) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php307 } catch (\Throwable $e) {
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php286 interface Throwable interface
H A DREADME.md119 #### Throwable & co.
121 The `Throwable` interface has been introduced to represent a whole new exception
123 might want to use this interface in some cases. Hopefully, the `Throwable`
129 } catch (Throwable $e) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/
H A DException.php25 if (!$exception instanceof Throwable && !$exception instanceof Exception) {
/plugin/findologicxmlexport/vendor/symfony/yaml/Exception/
H A DExceptionInterface.php19 interface ExceptionInterface extends \Throwable
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DDoctrinePHPCRTypeDriver.php38 } catch (\Throwable $e) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/
H A DException.php12 interface Exception extends \Throwable
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md118 - Base exception should extend Throwable [\#911](https://github.com/schmittjoh/serializer/pull/911)…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php1029 } catch (\Throwable $e) {
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
H A DExceptionInterface.php5 use Throwable; alias
10 interface ExceptionInterface extends Throwable
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php20 use Throwable; alias
1081 } catch (Throwable $e) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php50 } elseif (!$exception instanceof \Exception && !$exception instanceof \Throwable) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php205 } catch (Throwable $t) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DExceptionWrapper.php33 * @param Throwable|Exception $e
H A DTestCase.php942 } catch (Throwable $_e) {
966 } catch (Throwable $_e) {
1017 } catch (Throwable $_e) {
1063 } catch (Throwable $_e) {
1159 } catch (Throwable $t) {
1936 * @param Throwable|Exception $exception
2158 * @param Exception|Throwable $e
2160 * @throws Exception|Throwable
H A DTestFailure.php35 * @param Throwable $t
H A DTestSuite.php497 } catch (Throwable $_t) {
695 } catch (Throwable $_t) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md8 * Ability to double Throwable, or methods that extend it (@ciaranmcnulty)
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/src/
H A DEnumerator.php74 } catch (\Throwable $e) {
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG237 * fixed support for PHP7 (Throwable support)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DException.php54 if ($other instanceof Exception || $other instanceof Throwable) {

12345