Home
last modified time | relevance | path

Searched refs:exception (Results 151 – 175 of 679) sorted by last modified time

12345678910>>...28

/plugin/blockquote/
H A DCOPYING160 special exception, the source code distributed need not include
/plugin/tos/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/wrap/
H A DCOPYING162 special exception, the source code distributed need not include
/plugin/dokucrypt2/
H A DCOPYING162 special exception, the source code distributed need not include
/plugin/avbarchart/
H A DCOPYING160 special exception, the source code distributed need not include
/plugin/avtaskbox/
H A DCOPYING160 special exception, the source code distributed need not include
/plugin/yourip/
H A DLICENSE160 special exception, the source code distributed need not include
/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/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php260 $this->fail('An exception should have been thrown');
366 $this->fail('This should have thrown an exception');
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md81 catch any exception thrown by the parser.
127 * Added: Throwing exception when invalid objects are written.
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md139 exception.
308 * Fixed: Issue #50. RecurrenceIterator gives incorrect result when exception
381 * Changed: Component::remove() will throw an exception when trying to a node
476 * Fixed: Issue #50. RecurrenceIterator gives incorrect result when exception
/plugin/pot/
H A DLICENSE161 special exception, the source code distributed need not include
/plugin/spreadout/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/indexmenu/
H A DCOPYING162 special exception, the source code distributed need not include
/plugin/actionrenderer/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php100 $exception = false;
108 $exception = true;
115 $exception = true;
120 if ($exception) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DAccessPolicy.php30 public $exception; variable in Google\\Service\\YouTube\\AccessPolicy
49 public function setException($exception) argument
51 $this->exception = $exception;
58 return $this->exception;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DStackTrace.php25 public $exception; variable in Google\\Service\\ToolResults\\StackTrace
30 public function setException($exception) argument
32 $this->exception = $exception;
39 return $this->exception;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md198 requests from completing. This can now be handled by throwing the exception or
227 - Guzzle no longer wraps every exception it throws. Only exceptions that are
511 - `request.exception` has been removed. Use `error`.
888 The exception message for `Guzzle\Http\Exception\BadResponseException` no longer contains the full …
890 `getResponse()` on the exception object.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md100 …* Fixed normalization of exception codes to be always integers even for PDOException which have th…
112 * Fixed normalizers handling of exception backtraces to avoid serializing arguments in some cases
186 …* Fixed normalization of exception codes to be always integers even for PDOException which have th…
203 * Fixed normalizers handling of exception backtraces to avoid serializing arguments in some cases
231 * Fixed RavenHandler dropping the message when logging exception
248 * Fixed support for allowInlineLineBreaks in LineFormatter when formatting exception backtraces
382 * Added exception codes in the output of most formatters
383 …* Added LineFormatter::includeStacktraces to enable exception stack traces in logs (uses more than…
473 * Added Monolog\ErrorHandler helper class to register a Logger as exception/error/fatal handler
490 * Added support for previous exceptions in the LineFormatter exception serialization
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPHPConsoleHandler.php186 …} elseif (isset($record['context']['exception']) && $record['context']['exception'] instanceof \Th…
211 $this->connector->getErrorsDispatcher()->dispatchException($record['context']['exception']);
H A DRollbarHandler.php93 $exception = $context['exception'];
95 $toLog = $exception;
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DRunner.php183 } catch (GoogleServiceException $exception) {
185 $exception->getCode(),
186 $exception->getErrors()
190 throw $exception;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md118 - Response first-line to response string exception (fixes #145)
125 - Clarify exception message when stream is detached
183 Invalid modifications will throw an exception instead of returning a wrong URI or
185 - `(new Uri)->withPath('foo')->withHost('example.com')` will throw an exception
H A DREADME.md336 Attempts to rewind a message body and throws an exception on failure.
528 error handler that checks for errors and throws an exception instead.

12345678910>>...28