Home
last modified time | relevance | path

Searched refs:Exception (Results 576 – 600 of 2287) sorted by relevance

1...<<21222324252627282930>>...92

/plugin/bureaucracy/helper/
H A Dfield.php288 } catch (Exception $e) {
307 * @throws Exception when field didn't validate.
313 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
330 …throw new Exception(sprintf($this->getLang('e_' . $checktype), hsc($this->opt['label']), $replacem…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php7 use JMS\Serializer\Exception\InvalidArgumentException;
8 use JMS\Serializer\Exception\LogicException;
9 use JMS\Serializer\Exception\NotAcceptableException;
10 use JMS\Serializer\Exception\RuntimeException;
11 use JMS\Serializer\Exception\XmlErrorException;
/plugin/telleveryone/action/
H A Dnotification.php63 } catch (Exception $e) {
77 } catch (Exception $e) {
/plugin/webdav/core/DAV/Collection/Media/
H A DFile.php15 use Sabre\DAV\Exception\Forbidden;
16 use Sabre\DAV\Exception\UnsupportedMediaType;
/plugin/amazonlight/
H A Dsyntax.php128 } catch (\Exception $e) {
169 * @throws Exception
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMock.php152 throw new DAV\Exception\NotFound('Object could not be found');
209 throw new Exception('Not implemented');
/plugin/elasticsearch/helper/
H A Dclient.php90 * @throws \splitbrain\phpcli\Exception
97 throw new \splitbrain\phpcli\Exception("Failed to create index!");
101 throw new \splitbrain\phpcli\Exception("Failed to create field mappings!");
/plugin/statistics/inc/pchart/
H A DPalette.php68 * @throws Exception
73 if(!$handle) throw new Exception('Failed to open file in loadColorPalette');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DGoogle.php10 use OAuth\Common\Http\Exception\TokenResponseException;
11 use OAuth\OAuth2\Service\Exception\InvalidAccessTypeException;
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverWindow.php5 use Facebook\WebDriver\Exception\IndexOutOfBoundsException;
6 use Facebook\WebDriver\Exception\UnsupportedOperationException;
H A DWebDriverExpectedCondition.php5 use Facebook\WebDriver\Exception\NoSuchAlertException;
6 use Facebook\WebDriver\Exception\NoSuchElementException;
7 use Facebook\WebDriver\Exception\NoSuchFrameException;
8 use Facebook\WebDriver\Exception\StaleElementReferenceException;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php292 if (!$principal) throw new DAV\Exception('Principal not found');
314 if (!$principal) throw new DAV\Exception('Principal not found');
352 if (!$principalId) throw new DAV\Exception('Principal not found');
/plugin/combo/action/
H A Dlinkmove.php160 } catch (Exception $exception) {
237 } catch (Exception $exception) {
327 private function reportError(Exception $exception)
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php5 use Facebook\WebDriver\Exception\WebDriverException;
272 * @throws \Exception
283 throw new \Exception("Failed to open the firefox extension. '$xpi'");
286 throw new \Exception("Firefox extension doesn't exist. '$xpi'");
/plugin/sqlite/
H A Dadmin.php47 } catch (Exception $e) {
79 } catch (Exception $e) {
183 } catch (Exception $e) {
/plugin/spatialhelper/helper/
H A Dindex.php48 * @throws Exception
75 * @throws Exception
103 * @throws Exception
206 * @throws Exception
238 * @throws Exception
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoJSON.php29 * @throws \Exception
37 throw new \Exception('Invalid JSON');
40 throw new \Exception('Invalid GeoJSON');
78 * @throws \Exception
95 * @throws \Exception
194 * @throws \Exception
201 throw new \Exception('Invalid GeoJSON: GeometryCollection with no component geometries');
H A DKML.php67 throw new \Exception("Invalid KML: " . $text);
73 } catch (\Exception $e) {
74 throw new \Exception("Cannot Read Geometry From KML. " . $e->getMessage());
182 throw new \Exception("Invalid KML");
/plugin/twofactor/
H A DManager.php94 } catch (\Exception $ignored) {
227 * @throws \Exception
233 throw new \Exception('Uncofigured provider requested');
290 * @throws \Exception
340 } catch (\Exception $e) {
/plugin/move/helper/
H A Dhandler.php61 * @throws Exception on bad argument
67 if($type != 'media' && $type != 'page') throw new Exception('Not a valid type');
123 * @throws Exception on bad argument
128 if($type != 'media' && $type != 'page') throw new Exception('Not a valid type');
/plugin/ifauthex/_test/
H A Dgeneral.test.php163 } catch (Exception $e) {
176 } catch (Exception $e) {
190 } catch (Exception $e) {
206 } catch (Exception $e) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php332 * @throws Exception
402 * @throws Exception
406 throw new Exception('ERROR: self::BigEndian2String() does not support negative numbers');
792 * @throws Exception
798 …throw new Exception('cannot copy file portion, it extends beyond the '.round(PHP_INT_MAX / 1073741…
812 throw new Exception('failed to seek to offset '.$offset.' in '.$filename_source);
815 throw new Exception('failed to create file for writing '.$filename_dest);
818 throw new Exception('failed to open file for reading '.$filename_source);
1204 * @throws Exception
1698 * @throws Exception
[all …]
/plugin/zotero/
H A DZoteroParserException.php2 class ZoteroParserException extends Exception
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/74/
H A DNewException.php2 class NewException extends Exception
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DDummyException.php3 class DummyException extends Exception

1...<<21222324252627282930>>...92