Home
last modified time | relevance | path

Searched refs:Exception (Results 1051 – 1075 of 2287) sorted by relevance

1...<<41424344454647484950>>...92

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Serializer/
H A DJsonErrorException.php26 class JsonErrorException extends \Exception implements ElasticsearchException
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DServiceInterface.php10 use OAuth\Common\Http\Exception\TokenResponseException;
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Internal/
H A DWebDriverCoordinates.php5 use Facebook\WebDriver\Exception\UnsupportedOperationException;
/plugin/swiftmail/Swift/Message/
H A DImage.php42 …if (!($data instanceof Swift_File)) throw new Exception("Parameter 1 of " . __METHOD__ . " must be…
/plugin/git/action/
H A Drevert.php53 catch(Exception $e)
/plugin/log/
H A Daction.php53 } catch (Exception $e) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
H A DCalendarData.php6 use Sabre\DAV\Exception\BadRequest;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DCallbackPrediction.php17 use Prophecy\Exception\InvalidArgumentException;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientStartTlsHandler.php14 use FreeDSx\Ldap\Exception\ConnectionException;
35 * @throws \FreeDSx\Socket\Exception\ConnectionException
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DServerBindHandlerFactory.php14 use FreeDSx\Ldap\Exception\OperationException;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/
H A DNeedPrivilegesExceptionTest.php3 namespace Sabre\DAVACL\Exception;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
H A DCalendarData.php7 use Sabre\DAV\Exception\BadRequest;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DFilters.php5 use Elastica\Exception\InvalidException;
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/
H A DFacade.php5 use Elastica\Exception\QueryBuilderException;
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverCheckboxes.php5 use Facebook\WebDriver\Exception\WebDriverException;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php515 } catch (Exception $e) {
672 } catch (Exception $e) {
2218 * @throws Exception
2235 throw new Exception('failed to read attachment data');
2244 throw new Exception('supplied path ('.$dir.') does not exist, or is not writable');
2250 throw new Exception('failed to create file '.$dest);
2259 …throw new Exception($buffer === false ? 'not enough data to read' : 'failed to write to destinatio…
2269 } catch (Exception $e) {
2295 class getid3_exception extends Exception
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php5 use Sabre\DAV\Exception\BadRequest;
6 use Sabre\DAV\Exception\Forbidden;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDateTimeParser.php49 } catch (\Exception $e) {
79 } catch (\Exception $e) {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDateTimeParser.php49 } catch (\Exception $e) {
80 } catch (\Exception $e) {
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DDigestMD5MessageFactory.php14 use Exception; alias
15 use FreeDSx\Sasl\Exception\SaslException;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php4 use GuzzleHttp\Exception\BadResponseException;
5 use GuzzleHttp\Exception\TooManyRedirectsException;
/plugin/structnotification/
H A Dadmin.php48 } catch (Exception $e) {
99 } catch (Exception $e) {
/plugin/bez/mdl/
H A DTaskFactory.php169 } catch(Exception $exception) {
199 } catch(Exception $exception) {
/plugin/twofactor/
H A DGoogleAuthenticator.php28 * @throws \Exception
36 throw new \Exception('Bad secret length');
55 throw new \Exception('No source of secure random');
/plugin/dev/
H A Dcli.php9 use splitbrain\phpcli\Exception as CliException;
399 * @throws Exception
412 * @throws Exception

1...<<41424344454647484950>>...92