Home
last modified time | relevance | path

Searched refs:Exception (Results 451 – 475 of 2287) sorted by relevance

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

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DProxyWrite.php80 throw new DAV\Exception\Forbidden('Permission denied to delete node');
93 throw new DAV\Exception\Forbidden('Permission denied to rename file');
/plugin/statdisplay/pchart/
H A DBackgroundStyle.php53 throw new Exception("Requested gradient start color, but gradient is not enabled");
61 throw new Exception("Requested gradient decay, but gradient is not enabled");
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSuggest.php5 use Elastica\Exception\NotImplementedException;
41 * @throws Exception\NotImplementedException
/plugin/booking/
H A Dhelper.php114 * @throws Exception when a booking can't be added
123 if ($start == $end) throw new \Exception('No valid length specified', self::E_NOLENGTH);
126 if ($conflicts) throw new \Exception('Existing booking overlaps', self::E_OVERLAP);
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/
H A DDocumentation.php119 ->isInstanceOf(LUT\Exception\UnexpectedToken::class)
124 ->isInstanceOf(LUT\Exception\UnexpectedToken::class);
165 ->isInstanceOf(LUT\Exception\UnexpectedToken::class);
/plugin/ireadit/action/
H A Direadit.php46 } catch (Exception $e) {
99 } catch (Exception $e) {
125 } catch (Exception $e) {
/plugin/bez/mdl/
H A DThread_commentFactory.php21 * @throws \Exception
57 } catch(Exception $exception) {
85 } catch(Exception $exception) {
107 } catch(Exception $exception) {
/plugin/aichat/
H A Dhelper.php168 * @throws Exception
192 * @throws Exception
235 * @throws Exception
/plugin/dbquery/
H A Dhelper.php24 if (!page_exists($id)) throw new \Exception("No query named '$name' found");
66 * @throws Exception
71 … throw new \Exception('For security reasons only SELECT statements are allowed in dbquery');
/plugin/bureaucracyau/helper/
H A Dfielduser.php87 * @throws Exception when user not exists
96 throw new Exception(sprintf($this->getLang('e_user'),hsc($this->getParam('display'))));
/plugin/letsencrypt/classes/
H A DLescript.php14 if(!$certificatesDir) throw new Exception('no cert dir');
15 if(!$webRootDir) throw new Exception('no root dir');
/plugin/bureaucracy-au/helper/
H A Dfielduser.php87 * @throws Exception when user not exists
96 throw new Exception(sprintf($this->getLang('e_user'),hsc($this->getParam('display'))));
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php3 namespace Sabre\DAVACL\Exception;
17 class NeedPrivileges extends DAV\Exception\Forbidden {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultReference.php16 use FreeDSx\Ldap\Exception\ProtocolException;
17 use FreeDSx\Ldap\Exception\UrlParseException;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php3 namespace Sabre\DAVACL\Exception;
17 class NeedPrivileges extends DAV\Exception\Forbidden {
/plugin/bureaucracy/helper/
H A Dfielduser.php87 * @throws Exception when user not exists
96 throw new Exception(sprintf($this->getLang('e_user'),hsc($this->getParam('display'))));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php18 use Prophecy\Exception\Doubler\MethodNotFoundException;
19 use Prophecy\Exception\InvalidArgumentException;
20 use Prophecy\Exception\Prophecy\MethodProphecyException;
327 } catch (\Exception $e) {
/plugin/csv/
H A Dhelper.php117 * @throws Exception
125 if ($content === false) throw new \Exception('Failed to fetch remote CSV data');
129 throw new \Exception('Access denied to CSV data');
133 throw new \Exception('requested local CSV file does not exist');
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php27 use GuzzleHttp\Exception\ClientException;
28 use GuzzleHttp\Exception\ConnectException;
29 use GuzzleHttp\Exception\RequestException;
30 use GuzzleHttp\Exception\ServerException;
/plugin/structnotification/action/
H A Dnotification.php50 } catch (Exception $e) {
66 throw new Exception("column: $label not found in values");
78 } catch (Exception $e) {
134 } catch (Exception $e) {
/plugin/pycode/
H A Dsyntax.php231 throw new Exception($this->mpp->_check_src_url($src_url));
257 throw new Exception("wrong-flag");
260 throw new Exception("wrong-flag");
263 throw new Exception("wrong-flag");
269 throw new Exception($code_raw);
277 throw new Exception($code_raw);
289 throw new Exception($code_loc);
336 catch (Exception $error) {
/plugin/sqlcomp/
H A Dsyntax.php263 }catch(Exception $ex){
385 throw new Exception($this->getLang("problem"));
401 throw new Exception($this->getLang("problem"));
413 throw new Exception(mysqli_connect_error());
416 throw new Exception(mysqli_error($connection));
436 throw new Exception($this->getLang("problem"));
457 throw new Exception(oci_error());
482 throw new Exception($this->getLang("nohandler"));
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php5 use Sabre\DAV\Exception\Forbidden;
6 use Sabre\DAV\Exception\NotFound;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DFileMock.php98 throw new DAV\Exception\MethodNotAllowed();
104 throw new DAV\Exception\MethodNotAllowed();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DElasticsearchException.php3 namespace Elastica\Exception;
5 \trigger_deprecation('ruflin/elastica', '5.2.0', 'The "%s" class is deprecated, use "Elastica\Exception\ResponseException::getResponse()::getFullError()" instead. It will be removed in 8.0.', ElasticsearchException::class);
14 class ElasticsearchException extends \Exception implements ExceptionInterface

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