Home
last modified time | relevance | path

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

12345678910>>...28

/plugin/appendtoquery/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/approve/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/archivegenerator/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/archiveupload/
H A DCOPYING160 special exception, the source code distributed need not include
/plugin/asana/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/asiansearch/
H A DCOPYING160 special exception, the source code distributed need not include
/plugin/attribute/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/authclientcert/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/authdjango/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/authdrupal7/
H A DCOPYING160 special exception, the source code distributed need not include
/plugin/authfacebook/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/authg2fa/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php1021 public $exception; variable in Google_AccessPolicy
1028 public function setException(/* array(Google_string) */ $exception) { argument
1029 $this->assertIsArray($exception, 'Google_string', __METHOD__);
1030 $this->exception = $exception;
1033 return $this->exception;
/plugin/authgoogle2fa/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/authgooglesheets/
H A DLICENSE160 special exception, the source code distributed need not include
/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/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/src/Task/
H A DRunner.php183 } catch (GoogleServiceException $exception) {
185 $exception->getCode(),
186 $exception->getErrors()
190 throw $exception;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md80 * Improvement: Don't include summary in exception message when body is empty [#1621](https://github…
146 * Feature: Middleware now uses an exception factory, including more error
443 from completing. This can now be handled by throwing the exception or by
479 * Added the ability to throw an exception immediately when transferring
488 request option to throw an exception.
504 * Throwing an exception when you attempt to send requests that have the
580 * The HTTP status code of a response is now set as the exception code of
636 each sub-exception
677 * Added the ability to get the exception associated with a request/command when using `MultiTransfe…
744 * `Guzzle\Common\Exception\ExceptionCollection` now creates a more readable exception message
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/guzzlehttp/promises/
H A DCHANGELOG.md81 is empty. Previously, such a promise would throw an exception when its `wait`
H A DREADME.md145 If an exception is thrown in an `$onRejected` callback, subsequent
146 `$onRejected` callbacks are invoked with the thrown exception as the reason.
179 If an exception is not thrown in a `$onRejected` callback and the callback
204 wait function does not deliver a value, then an exception is thrown. The wait
217 If an exception is encountered while invoking the wait function of a promise,
218 the promise is rejected with the exception and the exception is thrown.
225 $promise->wait(); // throws the exception.
237 Calling `wait` on a promise that has been rejected will throw an exception. If
240 can be obtained by calling the `getReason` method of the exception.
265 // This will not throw an exception. It simply ensures the promise has
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DCoroutine.php72 } catch (\Exception $exception) {
73 $this->result->reject($exception);
146 } catch (Exception $exception) {
147 $this->result->reject($exception);
163 } catch (Exception $exception) {
164 $this->result->reject($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