Home
last modified time | relevance | path

Searched refs:Exception (Results 326 – 350 of 2287) sorted by relevance

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

/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DFilter.php88 ->isInstanceOf(LUT\Filter\Exception::class)
112 ->isInstanceOf(LUT\Filter\Exception::class)
125 ->isInstanceOf(LUT\Filter\Exception::class)
192 ->isInstanceOf(LUT\Filter\Exception::class)
/plugin/adfs/
H A Dauth.php97 …if($dbUserInfo === false) throw new \Exception('This user is not in the local user database and ma…
124 } catch (Exception $e) {
172 * @throws Exception when attributes are missing
194 if ($data === null) throw new \Exception('SAML Response is missing attribute ' . $attr);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php298 * @throws Exception\InvalidArgumentException if the JSON cannot be decoded.
305 throw new Exception\InvalidArgumentException(
321 * @throws Exception\InvalidArgumentException if the JSON cannot be encoded.
328 throw new Exception\InvalidArgumentException(
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResultSet.php5 use Elastica\Exception\InvalidException;
127 * @throws Exception\InvalidException if an aggregation by the given name cannot be found
296 * @throws Exception\InvalidException If offset doesn't exist
315 * @throws Exception\InvalidException
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientReferralHandler.php14 use FreeDSx\Ldap\Exception\ConnectionException;
15 use FreeDSx\Ldap\Exception\FilterParseException;
16 use FreeDSx\Ldap\Exception\OperationException;
17 use FreeDSx\Ldap\Exception\ReferralException;
18 use FreeDSx\Ldap\Exception\RuntimeException;
19 use FreeDSx\Ldap\Exception\SkipReferralException;
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php117 * @throws Exception
143 throw new Exception('Only one fluid column allowed!');
146 throw new Exception("unknown column format $col");
167 throw new Exception("Wanted column widths exceed available space");
187 * @throws Exception
H A DException.php6 * Class Exception
14 class Exception extends \RuntimeException class
24 * @param string $message The Exception message to throw.
25 * @param int $code The Exception code
26 * @param \Exception $previous The previous exception used for the exception chaining.
28 public function __construct($message = "", $code = 0, \Exception $previous = null)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DError.php23 * @param Exception $previous
25 public function __construct($message, $code, $file, $line, Exception $previous = null)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DConnectException.php2 namespace GuzzleHttp\Exception;
16 \Exception $previous = null,
/plugin/authgooglesheets/
H A Dhelper.php38 throw new Exception('Google Spreadsheet ID not set!');
43 } catch (Exception $e) {
139 } catch (Exception $e) {
185 } catch (Exception $e) {
231 } catch (Exception $e) {
348 throw new Exception('Authentication configuration missing!');
/plugin/elasticsearch/action/
H A Dindexing.php58 * @throws Exception
142 } catch (\Elastica\Exception\NotFoundException $e) {
145 } catch (\Elastica\Exception\ResponseException $e) {
152 } catch (Exception $e) {
196 } catch(Exception $e) {
277 * @throws Exception
/plugin/combo/ComboStrap/
H A DLogUtility.php79 public static function msg(string $message, int $level = self::LVL_MSG_ERROR, string $canonical = "support", \Exception $e = null)
124 * @param \Exception $e
126 static function log2file(?string $msg, int $logLevel = self::LVL_MSG_ERROR, $canonical = null, \Exception $e = null)
274 private static function throwErrorIfTest($level, $message, \Exception $e = null)
338 * @param \Exception|null $e the original exception for trace chaining
341 public static function error(string $message, string $canonical = self::SUPPORT_CANONICAL, \Exception $e = null)
346 public static function warning(string $message, string $canonical = "support", \Exception $e = null)
351 public static function info(string $message, string $canonical = "support", \Exception $e = null)
/plugin/bez/mdl/
H A DFactory.php65 throw new \Exception('unknown operator: '.$operator);
69 throw new \Exception('unknown function: '.$function);
76 throw new \Exception('wrong BETWEEN argument. provide two values');
88 throw new \Exception('$data should be an array');
199 throw new \Exception('there is no '.$this->get_table_name().' with id: '.$id);
236 throw new \Exception('row already saved');
270 throw new \Exception('row not inserted');
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DSyntaxException.php22 * @param Exception $previous
24 public function __construct($msg, array $token, Exception $previous = null)
H A DUnknownFilterException.php21 * @param Exception $previous
23 public function __construct($filterName, Exception $previous = null)
H A DUnknownHelperException.php21 * @param Exception $previous
23 public function __construct($helperName, Exception $previous = null)
H A DUnknownTemplateException.php21 * @param Exception $previous
23 public function __construct($templateName, Exception $previous = null)
/plugin/wysiwyg/fckeditor/_samples/py/
H A Dsampleposteddata.py36 except Exception, e:
71 except Exception, e:
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
H A DUnexpectedCallsException.php12 namespace Prophecy\Exception\Prediction;
15 use Prophecy\Exception\Prophecy\MethodProphecyException;
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/Exception/
H A DHttpException.php3 namespace MaxMind\Exception;
25 \Exception $previous = null
H A DInvalidRequestException.php3 namespace MaxMind\Exception;
27 \Exception $previous = null
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Exception/
H A DInvalidComponentType.php3 namespace Sabre\CalDAV\Exception;
15 class InvalidComponentType extends DAV\Exception\Forbidden {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Exception/
H A DInvalidComponentType.php3 namespace Sabre\CalDAV\Exception;
15 class InvalidComponentType extends DAV\Exception\Forbidden {
/plugin/bez/meta/
H A DValidationException.php5 class ValidationException extends \Exception
10 public function __construct($table, $validaion_errors, $code = 0, Exception $previous = null) {
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DRead.php88 throw new File\Exception(
99 throw new File\Exception\FileDoesNotExist(
131 throw new File\Exception(

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