Home
last modified time | relevance | path

Searched refs:Exception (Results 476 – 500 of 2287) sorted by relevance

1...<<11121314151617181920>>...92

/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverWait.php5 use Facebook\WebDriver\Exception\NoSuchElementException;
6 use Facebook\WebDriver\Exception\TimeoutException;
41 * @throws \Exception
/plugin/combo/ComboStrap/
H A DHttpResponse.php9 use Exception; alias
66 public static function getStatusFromException(\Exception $e): int
336 function setStatusAndBodyFromException(\Exception $e): HttpResponse
380 * @param Exception $e
383 public function setException(Exception $e): HttpResponse
H A DIconTag.php7 use Exception; alias
69 public static function exceptionHandling(Exception $e, $tagAttribute): string
88 } catch (\Exception $e) {
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DDataElementsTest.php60 } catch (\Exception $exception) {
121 } catch (\Exception $e) {
175 } catch (\Exception $exception) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-junit.phpt30 <error type="Exception">StatusTest::testError
31 Exception:%w
46 Exception:%w
/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php110 throw new Exception\FileDoesNotExist(
154 throw new Exception(
251 throw new Exception(
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DFacebook.php5 use OAuth\Common\Exception\Exception; alias
7 use OAuth\Common\Http\Exception\TokenResponseException;
197 throw new Exception("Redirect uri is mandatory for this request");
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php7 use Sabre\DAV\Exception\BadRequest;
80 } catch (DAV\Exception\NotFound $e) {
649 …throw new DAV\Exception\NotImplemented('The free-busy-query REPORT is only implemented on calendar…
816 …throw new DAV\Exception\UnsupportedMediaType('This resource only supports valid iCalendar 2.0 data…
821 …throw new DAV\Exception\UnsupportedMediaType('This collection can only support iCalendar objects.'…
848 …throw new Exception\InvalidComponentType('This calendar only supports ' . implode(', ', $supported…
851 … throw new DAV\Exception\BadRequest('Every ' . $component->name . ' component must have an UID');
856 …throw new DAV\Exception\BadRequest('A calendar object must only contain 1 component. We found a ' …
859 …throw new DAV\Exception\BadRequest('Every ' . $component->name . ' in this object must have identi…
864 …throw new DAV\Exception\BadRequest('You are not allowed to create components of type: ' . $compone…
[all …]
/plugin/bureaucracyau/helper/
H A Dfieldusers.php82 * @throws Exception when user not exists
92 … throw new Exception(sprintf($this->getLang('e_users'), hsc($this->getParam('display'))));
/plugin/bureaucracy-au/helper/
H A Dfieldusers.php82 * @throws Exception when user not exists
92 … throw new Exception(sprintf($this->getLang('e_users'), hsc($this->getParam('display'))));
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php7 use Sabre\DAV\Exception\Forbidden;
8 use Sabre\DAV\Exception\NotFound;
/plugin/bureaucracy/helper/
H A Dfieldusers.php82 * @throws Exception when user not exists
92 … throw new Exception(sprintf($this->getLang('e_users'), hsc($this->getParam('display'))));
/plugin/webdav/core/DAV/Collection/Pages/
H A DDirectory.php15 use Sabre\DAV\Exception\Forbidden;
16 use Sabre\DAV\Exception\NotFound;
/plugin/issuelinks/helper/
H A Dutil.php70 * @param Exception $e
72 public function reportException(Exception $e)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php17 use Prophecy\Exception\InvalidArgumentException;
50 } elseif (!$exception instanceof \Exception && !$exception instanceof \Throwable) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/MessageWrapper/
H A DSaslMessageWrapper.php15 use FreeDSx\Sasl\Exception\SaslBufferException;
19 use FreeDSx\Socket\Exception\PartialMessageException;
/plugin/combo/vendor/symfony/process/
H A DPhpProcess.php14 use Symfony\Component\Process\Exception\LogicException;
15 use Symfony\Component\Process\Exception\RuntimeException;
/plugin/bez/mdl/
H A DAcl.php28 throw new \Exception("column: $column not exists in table");
57 throw new \Exception('column already exists');
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php68 if (!$obj) throw new DAV\Exception\NotFound('Card not found');
121 … throw new DAV\Exception\MethodNotAllowed('Creating collections in addressbooks is not allowed');
167 throw new DAV\Exception\MethodNotAllowed('Renaming addressbooks is not yet supported');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapQueue.php15 use FreeDSx\Asn1\Exception\EncoderException;
16 use FreeDSx\Ldap\Exception\ProtocolException;
17 use FreeDSx\Ldap\Exception\UnsolicitedNotificationException;
20 use FreeDSx\Socket\Exception\ConnectionException;
/plugin/elasticsearch/vendor/nyholm/dsn/src/
H A DDsnParser.php11 use Nyholm\Dsn\Exception\DsnTypeNotSupported;
12 use Nyholm\Dsn\Exception\FunctionsNotAllowedException;
13 use Nyholm\Dsn\Exception\SyntaxException;
/plugin/pureldap/classes/
H A DClient.php10 use FreeDSx\Ldap\Exception\BindException;
11 use FreeDSx\Ldap\Exception\ConnectionException;
12 use FreeDSx\Ldap\Exception\OperationException;
357 * @param \Exception $e
359 protected function fatal(\Exception $e)
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DBulk.php9 use Elastica\Exception\Bulk\ResponseException as BulkResponseException;
10 use Elastica\Exception\ClientException;
11 use Elastica\Exception\ConnectionException;
12 use Elastica\Exception\InvalidException;
13 use Elastica\Exception\RequestEntityTooLargeException;
14 use Elastica\Exception\ResponseException;
/plugin/gitbacked/action/
H A Deditcommit.php86 } catch (Exception $e) {
88 throw new Exception('Git committing or pushing failed: '.$e->getMessage(), 1, $e);
123 } catch (Exception $e) {
125 throw new Exception('Git command failed to perform periodic pull: '.$e->getMessage(), 2, $e);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGoogleGeocode.php47 * @throws \Exception If geocoding fails
97 throw new \Exception(
103 throw new \Exception('Unknown error in Google Reverse Geocoder');
121 * @throws \Exception If geocoding fails
153 throw new \Exception(
159 throw new \Exception('Unknown error in Google Reverse Geocoder');

1...<<11121314151617181920>>...92