Home
last modified time | relevance | path

Searched refs:exception (Results 26 – 50 of 679) sorted by relevance

12345678910>>...28

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerEventsTest.php12 private $exception; variable in Sabre\\DAV\\ServerEventsTest
82 $this->assertInstanceOf('Sabre\\DAV\\Exception\\NotFound', $this->exception);
86 function exceptionHandler(Exception $exception) { argument
88 $this->exception = $exception;
/plugin/elasticsearch/vendor/react/promise/src/
H A DFulfilledPromise.php29 } catch (\Throwable $exception) {
30 return new RejectedPromise($exception);
31 } catch (\Exception $exception) {
32 return new RejectedPromise($exception);
H A DLazyPromise.php57 } catch (\Throwable $exception) {
58 $this->promise = new RejectedPromise($exception);
59 } catch (\Exception $exception) {
60 $this->promise = new RejectedPromise($exception);
H A DRejectedPromise.php29 } catch (\Throwable $exception) {
30 return new RejectedPromise($exception);
31 } catch (\Exception $exception) {
32 return new RejectedPromise($exception);
/plugin/combo/action/
H A Dlinkmove.php160 } catch (Exception $exception) {
161 $this->reportError($exception);
237 } catch (Exception $exception) {
238 $this->reportError($exception);
327 private function reportError(Exception $exception) argument
331 $message = "An error occurred during the move replication to the database. Error message was: " . $exception->getMessage();
333 throw new RuntimeException($exception);
335 LogUtility::error($message, self::CANONICAL, $exception);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/MessageWrapper/
H A DSaslMessageWrapper.php68 } catch (SaslBufferException $exception) {
69 throw new PartialMessageException($exception->getMessage(), $exception->getCode(), $exception);
/plugin/phpipam/
H A Dphpipam-api.php256 public function exception ($content) { function in phpipam_api_client
382 $this->exception("Missing php extension ($e)");
410 $this->exception ("Invalid result format");
439 $this->exception("Invalid API URL");
454 $this->exception("Invalid APP id");
461 $this->exception("Invalid APP id");
481 $this->exception("Invalid APP id");
495 $this->exception("Invalid username or password");
526 $this->exception("Invalid method $method");
812 $this->exception("Cannot write file $filename");
[all …]
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DAsn1MessageQueue.php63 } catch (PartialPduException $exception) {
64 throw new PartialMessageException($exception->getMessage(), $exception->getCode(), $exception);
/plugin/ipban/ip-lib/src/Address/
H A DAssignedRange.php88 foreach ($this->exceptions as $exception) {
89 $result = $exception->getAddressType($address);
124 foreach ($this->exceptions as $exception) {
125 $result = $exception->getRangeType($range);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
H A DAggregateException.php21 public function append(PredictionException $exception) argument
23 $message = $exception->getMessage();
28 $this->exceptions[] = $exception;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DInvocationMocker.php121 $exception = null;
136 $exception = $e;
140 if ($exception !== null) {
141 throw $exception;
/plugin/prosemirror/
H A Dhelper.php38 * @param Throwable $exception
41 * @return bool true if the exception has been logged to sentry, false otherwise
43 public function tryToLogErrorToSentry(Throwable $exception, array $extraData = []) argument
59 $sentryEvent->addException($exception);
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DTaameyDavidCLM-LICENSE.txt8 As a special exception, if you create a document which uses
12 GNU General Public License. This exception does not however
15 you may extend this exception to your version of the font,
17 delete this exception statement from your version.
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DNumericComparatorTest.php99 $exception = null;
105 catch (ComparisonFailure $exception) {
108 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DTypeComparatorTest.php83 $exception = null;
89 catch (ComparisonFailure $exception) {
92 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DDoubleComparatorTest.php111 $exception = null;
117 catch (ComparisonFailure $exception) {
120 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DArrayComparatorTest.php139 $exception = null;
145 catch (ComparisonFailure $exception) {
148 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DResourceComparatorTest.php99 $exception = null;
105 catch (ComparisonFailure $exception) {
108 $this->assertNull($exception, 'Unexpected ComparisonFailure');
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/
H A DProphet.php122 $exception = new AggregateException("Some predictions failed:\n");
127 $exception->append($e);
131 if (count($exception->getExceptions())) {
132 throw $exception;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCallCenter.php103 $exception = null;
108 $exception = $e;
120 $methodName, $arguments, $returnValue, $exception, $file, $line
124 if (null !== $exception) {
125 throw $exception;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentThrowTagSniff.php219 $exception = $tokens[($tag + 2)]['content'];
220 $space = strpos($exception, ' ');
222 $exception = substr($exception, 0, $space);
225 $throwTags[$exception] = true;
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DContext.php72 ->exception(function () use ($context, $name) {
133 ->exception(function () use ($context, $name) {
147 ->exception(function () use ($context, $name) {
212 ->exception(function () use ($context, $name) {
226 ->exception(function () use ($context, $name) {
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessFailedExceptionTest.php80 $exception = new ProcessFailedException($process);
84 $exception->getMessage()
126 $exception = new ProcessFailedException($process);
130 $exception->getMessage()
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D244.phpt23 Failed asserting that '123StringCode' is equal to expected exception code 'OtherString'.
26 Failed asserting that '123StringCode' is equal to expected exception code 123.
29 Failed asserting that 123 is equal to expected exception code '123String'.
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DRunner.php183 } catch (GoogleServiceException $exception) {
185 $exception->getCode(),
186 $exception->getErrors()
190 throw $exception;

12345678910>>...28