Home
last modified time | relevance | path

Searched refs:exception (Results 176 – 200 of 679) sorted by last modified time

12345678910>>...28

/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
/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/monolog/monolog/src/Monolog/Formatter/
H A DMongoDBFormatter.php112 protected function formatException(\Throwable $exception, int $nestingLevel) argument
115 'class' => Utils::getClass($exception),
116 'message' => $exception->getMessage(),
117 'code' => (int) $exception->getCode(),
118 'file' => $exception->getFile() . ':' . $exception->getLine(),
122 $formattedException['trace'] = $exception->getTraceAsString();
124 $formattedException['trace'] = $exception->getTrace();
/plugin/authgooglesheets/vendor/psr/log/
H A DREADME.md44 } catch (Exception $exception) {
45 $this->logger->error('Oh no!', array('exception' => $exception));
/plugin/authgooglesheets/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/a2s/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/foldablelist/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/structcondstyle/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/translate/
H A DCOPYING160 special exception, the source code distributed need not include
/plugin/wideredit/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/twofactorgoogleauth/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/tablelayout/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/gemini/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/oauthdrkserver/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/hidemenus/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/lms/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/structtemplate/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/passwordgrey/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/timezoneco/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/instantpage/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/pureldap/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DMessageQueue.php65 } catch (PartialMessageException $exception) {
137 } catch (PartialMessageException $exception) {
142 throw $exception;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php171 } catch (UnsolicitedNotificationException $exception) {
172 if ($exception->getOid() === ExtendedResponse::OID_NOTICE_OF_DISCONNECTION) {
175 sprintf('The remote server has disconnected the session. %s', $exception->getMessage()),
176 $exception->getCode()
180 throw $exception;
181 } catch (SocketException $exception) {
183 $exception->getMessage(),
184 $exception->getCode(),
185 $exception

12345678910>>...28