Home
last modified time | relevance | path

Searched refs:Exception (Results 76 – 100 of 2287) sorted by relevance

12345678910>>...92

/plugin/adfs/phpsaml/lib/Saml2/
H A DIdPMetadataParser.php40 throw new Exception(curl_error($ch), curl_errno($ch));
42 } catch (Exception $e) {
43 throw new Exception('Error on parseRemoteXML. '.$e->getMessage());
71 } catch (Exception $e) {
72 throw new Exception('Error on parseFileXML. '.$e->getMessage());
91 * @throws Exception
103 throw new Exception('Error parsing metadata');
196 } catch (Exception $e) {
197 throw new Exception('Error parsing metadata. '.$e->getMessage());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJSON.php35 * @param Exception $e
38 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
95 * @param Exception $e
98 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
115 * @param Exception $e
118 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
135 * @param Exception $e
138 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DBaseTestListener.php19 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
31 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
35 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
39 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Connection/
H A DGuzzleException.php3 namespace Elastica\Exception\Connection;
5 use Elastica\Exception\ConnectionException;
8 use GuzzleHttp\Exception\GuzzleException as BaseGuzzleException;
9 use GuzzleHttp\Exception\TransferException;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php31 … throw new DAV\Exception\Forbidden('Permission denied to create file (filename ' . $name . ')');
44 throw new DAV\Exception\Forbidden('Permission denied to create directory');
58 throw new DAV\Exception\NotFound('Node with name ' . $name . ' was not found');
66 throw new DAV\Exception\NotFound('Node with name ' . $name . ' was not found');
100 } catch (DAV\Exception\NotFound $e) {
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Dexamples.php134 } catch (Exception $e) {
144 } catch (Exception $e) {
155 } catch (Exception $e) {
162 } catch (Exception $e) {
169 } catch (Exception $e) {
H A Dexample_big.php76 } catch (Exception $e) {
87 } catch (Exception $e) {
97 } catch (Exception $e) {
107 } catch (Exception $e) {
120 } catch (Exception $e) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php31 … throw new DAV\Exception\Forbidden('Permission denied to create file (filename ' . $name . ')');
44 throw new DAV\Exception\Forbidden('Permission denied to create directory');
58 throw new DAV\Exception\NotFound('Node with name ' . $name . ' was not found');
66 throw new DAV\Exception\NotFound('Node with name ' . $name . ' was not found');
100 } catch (DAV\Exception\NotFound $e) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php122 …throw new DAV\Exception\MethodNotAllowed('The target resource does not support the PATCH method.');
128 throw new DAV\Exception\BadRequest('No valid "X-Update-Range" found in the headers');
136 …throw new DAV\Exception\UnsupportedMediaType('Unknown Content-Type header "' . $contentType . '"');
140 if (!$len) throw new DAV\Exception\LengthRequired('A Content-Length header is required');
149 …throw new DAV\Exception\RequestedRangeNotSatisfiable('The end offset (' . $range[2] . ') is lower …
152 …throw new DAV\Exception\RequestedRangeNotSatisfiable('Actual data length (' . $len . ') is not con…
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php122 …throw new DAV\Exception\MethodNotAllowed('The target resource does not support the PATCH method.');
128 throw new DAV\Exception\BadRequest('No valid "X-Update-Range" found in the headers');
136 …throw new DAV\Exception\UnsupportedMediaType('Unknown Content-Type header "' . $contentType . '"');
140 if (!$len) throw new DAV\Exception\LengthRequired('A Content-Length header is required');
149 …throw new DAV\Exception\RequestedRangeNotSatisfiable('The end offset (' . $range[2] . ') is lower …
152 …throw new DAV\Exception\RequestedRangeNotSatisfiable('Actual data length (' . $len . ') is not con…
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSnapshot.php5 use Elastica\Exception\ClientException;
6 use Elastica\Exception\ConnectionException;
7 use Elastica\Exception\NotFoundException;
8 use Elastica\Exception\ResponseException;
/plugin/sqlite/
H A Dhelper.php103 } catch (Exception $e) {
145 } catch (\Exception $e) {
169 } catch (\Exception $e) {
185 * @throws Exception
194 throw new \Exception('No SQL statement given', -1);
206 throw new \Exception('Not enough arguments passed for statement. ' .
209 throw new \Exception('Too much arguments passed for statement. ' .
408 throw new \Exception(
/plugin/jquotes/
H A Dhelper.php32 * @throws Exception
36 …if(auth_quickaclcheck($cookieID) < AUTH_READ) throw new Exception("No read permissions for $cookie…
38 if(!file_exists($file)) throw new Exception("No quotes file at $cookieID");
52 } catch(Exception $e) {
/plugin/evesso/phpoauthlib/src/OAuth/Common/Exception/
H A DException.php3 namespace OAuth\Common\Exception;
8 class Exception extends \Exception class
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Exception/
H A DException.php3 namespace OAuth\Common\Exception;
8 class Exception extends \Exception class
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/
H A DInvalidMetadataException.php5 namespace JMS\Serializer\Exception;
12 class InvalidMetadataException extends \Exception implements Exception
/plugin/git/lib/
H A DGit.php119 throw new Exception('"'.$repo_path.'" is already a git repository');
166 throw new Exception('"'.$repo_path.'" is not a git repository');
170 throw new Exception('"'.$repo_path.'" is not a directory');
179 throw new Exception('cannot create repository in non-existent directory');
182 throw new Exception('"'.$repo_path.'" does not exist');
237 if ($status) throw new Exception($stderr);
295 catch (Exception $e)
317 catch(Exception $e)
405 Catch (Exception $e)
445 Catch (Exception $e)
[all …]
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DScreenRecorder.java55 protected void runInternal() throws Exception { in runInternal()
68 protected void runInternal() throws Exception { in runInternal()
90 public Fragment() throws Exception { in Fragment()
110 void stop() throws Exception { in stop()
187 public synchronized void start() throws Exception { in start()
191 public void stop() throws Exception { in stop()
202 public Movie getMovie() throws Exception { in getMovie()
284 private Exception exception;
294 } catch (Exception e) { in run()
300 protected abstract void runInternal() throws Exception; in runInternal()
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Exception/
H A DException.php37 namespace Hoa\Compiler\Exception;
40 use Hoa\Exception as HoaException;
50 class Exception extends HoaException class
/plugin/findologicxmlexport/vendor/hoa/file/Exception/
H A DException.php37 namespace Hoa\File\Exception;
40 use Hoa\Exception as HoaException;
50 class Exception extends HoaException class
/plugin/findologicxmlexport/vendor/hoa/math/Exception/
H A DException.php37 namespace Hoa\Math\Exception;
40 use Hoa\Exception as HoaException;
50 class Exception extends HoaException class
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DParserException.php3 * Exception thrown if a parse error occurs
9 namespace PhpCss\Exception {
11 use Exception; alias
15 * Exception thrown if a parse error occurs
20 abstract class ParserException extends Exception implements PhpCssException {
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DException.php37 namespace Hoa\Exception\Test\Unit;
40 use Hoa\Exception\Exception as SUT;
51 class Exception extends Test\Unit\Suite class
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php6 use MaxMind\Exception\AuthenticationException;
7 use MaxMind\Exception\HttpException;
8 use MaxMind\Exception\InsufficientFundsException;
9 use MaxMind\Exception\InvalidInputException;
10 use MaxMind\Exception\InvalidRequestException;
11 use MaxMind\Exception\IpAddressNotFoundException;
12 use MaxMind\Exception\PermissionRequiredException;
13 use MaxMind\Exception\WebServiceException;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DTwitter.php7 use OAuth\Common\Http\Exception\TokenResponseException;
13 use OAuth\Common\Exception\Exception; alias
59 * @throws Exception
64 throw new Exception(

12345678910>>...92