Home
last modified time | relevance | path

Searched refs:Exception (Results 551 – 575 of 2287) sorted by relevance

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKT.php47 * @throws \Exception
72 } catch (\Exception $e) {
85 throw new \Exception('Invalid Wkt');
92 * @throws \Exception
108 throw new \Exception('Invalid WKT type "' . $m[1] . '"');
110 throw new \Exception('Cannot parse WKT');
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md31 * Test: Write `…r\Llk\Sampler\Exception` test suite. (Ivan Enderlin, 2016-08-14T16:45:12+02:00)
34 * Test: Write `…Compiler\Exception\Rule` test suite. (Ivan Enderlin, 2016-08-14T16:42:43+02:00)
35 * Test: Write `…ompiler\Exception\Lexer` test suite. (Ivan Enderlin, 2016-08-14T16:42:31+02:00)
36 * Test: Write `…\Exception\IllegalToken` test suite. (Ivan Enderlin, 2016-08-14T16:42:07+02:00)
38 * Test: Write `…ler\Exception\Exception` test suite. (Ivan Enderlin, 2016-08-14T16:41:19+02:00)
105 * Exception: Use `Hoa\Exception`. (Ivan Enderlin, 2015-11-20T07:15:35+01:00)
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DError.php37 namespace Hoa\Exception\Test\Unit;
39 use Hoa\Exception\Error as SUT;
/plugin/bureaucracy-au/helper/
H A Dfieldnumber.php49 * @throws Exception when not a number
54 … throw new Exception(sprintf($this->getLang('e_numeric'),hsc($this->getParam('display'))));
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/bureaucracyau/helper/
H A Dfieldnumber.php49 * @throws Exception when not a number
54 … throw new Exception(sprintf($this->getLang('e_numeric'),hsc($this->getParam('display'))));
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/log/
H A Dcommon.php28 throw new Exception($plugin->getLang('e_not_writable'));
58 throw new Exception($plugin->getLang('e_not_writable'));
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DInvocationMocker.php117 * @throws Exception
135 } catch (Exception $e) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DDn.php16 use FreeDSx\Ldap\Exception\InvalidArgumentException;
17 use FreeDSx\Ldap\Exception\UnexpectedValueException;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPrincipal.php48 … throw new DAV\Exception('The principal properties must at least contain the \'uri\' key');
266 throw new DAV\Exception\MethodNotAllowed('Updating ACLs is not allowed here');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DRedmine.php7 use OAuth\Common\Http\Exception\TokenResponseException;
26 throw new \Exception('baseApiUri is a required argument.');
/plugin/bureaucracy/helper/
H A Dfieldnumber.php49 * @throws Exception when not a number
54 … throw new Exception(sprintf($this->getLang('e_numeric'),hsc($this->getParam('display'))));
/plugin/structpublish/
H A Dadmin.php40 } catch (Exception $e) {
99 } catch (Exception $e) {
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md104 `Foo\Bar\Exception` class in the `Foo/Bar/Exception.php` file. But after few
106 `Exception` directory. In this case, `Foo\Bar\Exception` should move as
107 `Foo\Bar\Exception\Exception`. If this latter is declared as a flexible entity,
111 Hoa\Consistency\Consistency::flexEntity('Foo\Bar\Exception\Exception');
232 Hoa\Event\Event::getEvent('hoa://Event/Exception')
240 on the `hoa://Event/Exception` event channel.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php111 if (!$obj) throw new DAV\Exception\NotFound('Calendar object not found');
183 …throw new DAV\Exception\MethodNotAllowed('Creating collections in calendar objects is not allowed'…
225 throw new DAV\Exception\MethodNotAllowed('Renaming calendars is not yet supported');
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php31 use Google\Exception as GoogleException;
34 use Exception; alias
291 throw new Exception('Cannot find RSA class');
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverSelect.php5 use Facebook\WebDriver\Exception\NoSuchElementException;
6 use Facebook\WebDriver\Exception\UnexpectedTagNameException;
7 use Facebook\WebDriver\Exception\UnsupportedOperationException;
H A DAbstractWebDriverCheckboxOrRadio.php5 use Facebook\WebDriver\Exception\NoSuchElementException;
6 use Facebook\WebDriver\Exception\UnexpectedTagNameException;
7 use Facebook\WebDriver\Exception\WebDriverException;
/plugin/bez/mdl/
H A DEntity.php60 throw new \Exception('there is no column: "'.$property. '"" in table: "' . $this->get_table_name() . '"');
205 } catch (\Exception $e) {
207 throw new \Exception($msg);
H A DValidator.php33 throw new \Exception("no rule exists for $field");
49 throw new \Exception("there is no validation function $validator");
69 throw new \Exception('no validation rule for '.$field);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md35 * Test: Write `…Stream\Filter\Exception` test suite. (Ivan Enderlin, 2017-02-02T12:03:31+01:00)
43 * Wrapper: Exception message with more context. (Ivan Enderlin, 2017-02-02T11:18:42+01:00)
50 * Test: Write `…tream\Wrapper\Exception` test suite. (Ivan Enderlin, 2016-12-14T14:29:06+01:00)
63 * Test: Write `Hoa\Stream\Exception` test suite. (Ivan Enderlin, 2016-12-13T17:03:23+01:00)
91 * Exception: Use `Hoa\Exception`. (Ivan Enderlin, 2015-11-20T13:16:44+01:00)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DClassNode.php14 use Prophecy\Exception\Doubler\MethodNotExtendableException;
15 use Prophecy\Exception\InvalidArgumentException;
/plugin/approve/
H A Dadmin.php
/plugin/oauth/
H A DSession.php76 * @throws Exception
89 throw new Exception('Missing user data, cannot save to session');

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