Home
last modified time | relevance | path

Searched refs:Exception (Results 26 – 50 of 1775) sorted by relevance

12345678910>>...71

/plugin/addressbook/helper/
H A Ddb.php33 * @throws Exception
41 throw new \Exception('Couldn\'t load sqlite.');
48 throw new \Exception('Couldn\'t load PDO sqlite.');
58 throw new \Exception('Couldn\'t init sqlite.');
68 * @throws Exception
78 …throw new \Exception('The addressbook plugin requires the sqlite plugin. Please install and enable…
/plugin/telleveryone/helper/
H A Ddb.php31 * @throws Exception
39 throw new \Exception('Couldn\'t load sqlite.');
46 throw new \Exception('Couldn\'t load PDO sqlite.');
56 throw new \Exception('Couldn\'t init sqlite.');
66 * @throws Exception
76 …throw new \Exception('The telleveryone plugin requires the sqlite plugin. Please install and enabl…
/plugin/ireadit/helper/
H A Ddb.php31 * @throws Exception
39 throw new \Exception('Couldn\'t load sqlite.');
46 throw new \Exception('Couldn\'t load PDO sqlite.');
56 throw new \Exception('Couldn\'t init sqlite.');
66 * @throws Exception
76 …throw new \Exception('The ireadit plugin requires the sqlite plugin. Please install and enable it.…
/plugin/approve/helper/
H A Ddb.php31 * @throws Exception
39 throw new \Exception('Couldn\'t load sqlite.');
46 throw new \Exception('Couldn\'t load PDO sqlite.');
56 throw new \Exception('Couldn\'t init sqlite.');
64 * @param bool $throw throw an Exception when sqlite not available?
66 * @throws Exception
76 throw new \Exception('The approve plugin requires the sqlite plugin. Please install and enable it.');
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php250 } catch (\Exception $e) {
254 } catch (\Exception $ignore) {
297 if ($e instanceof Exception) {
502 } catch (Exception\NotFound $e) {
713 } catch (Exception\NotFound $e) {
727 } catch (Exception\NotFound $e) {
1101 } catch (Exception\NotFound $e) {
1102 throw new Exception\Conflict('Parent node does not exist');
1118 } catch (Exception\NotFound $e) {
1233 } catch (Exception\NotFound $e) {
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
H A DPredictionException.php12 namespace Prophecy\Exception\Prediction;
14 use Prophecy\Exception\Exception; alias
16 interface PredictionException extends Exception
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DDoublerException.php12 namespace Prophecy\Exception\Doubler;
14 use Prophecy\Exception\Exception; alias
16 interface DoublerException extends Exception
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/
H A DProphecyException.php12 namespace Prophecy\Exception\Prophecy;
14 use Prophecy\Exception\Exception; alias
16 interface ProphecyException extends Exception
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DExceptionMessageTest.php19 throw new Exception('A literal exception message');
28 throw new Exception('A partial exception message');
37 throw new Exception('A partial exception message');
46 throw new Exception('A partial exception message');
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Exception/
H A DTokenResponseException.php3 namespace OAuth\Common\Http\Exception;
5 use OAuth\Common\Exception\Exception; alias
10 class TokenResponseException extends Exception
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/Exception/
H A DInvalidAccessTypeException.php3 namespace OAuth\OAuth2\Service\Exception;
5 use OAuth\Common\Exception\Exception; alias
10 class InvalidAccessTypeException extends Exception
H A DInvalidScopeException.php8 namespace OAuth\OAuth2\Service\Exception;
10 use OAuth\Common\Exception\Exception; alias
15 class InvalidScopeException extends Exception
H A DInvalidServiceConfigurationException.php7 namespace OAuth\OAuth2\Service\Exception;
9 use OAuth\Common\Exception\Exception; alias
14 class InvalidServiceConfigurationException extends Exception
H A DMissingRefreshTokenException.php8 namespace OAuth\OAuth2\Service\Exception;
10 use OAuth\Common\Exception\Exception; alias
15 class MissingRefreshTokenException extends Exception
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/Exception/
H A DStorageException.php3 namespace OAuth\Common\Storage\Exception;
5 use OAuth\Common\Exception\Exception; alias
10 class StorageException extends Exception
/plugin/evesso/phpoauthlib/src/OAuth/Common/Token/Exception/
H A DExpiredTokenException.php3 namespace OAuth\Common\Token\Exception;
5 use OAuth\Common\Exception\Exception; alias
10 class ExpiredTokenException extends Exception
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Exception/
H A DTokenResponseException.php3 namespace OAuth\Common\Http\Exception;
5 use OAuth\Common\Exception\Exception; alias
8 * Exception relating to token response from service.
10 class TokenResponseException extends Exception
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/Exception/
H A DStorageException.php3 namespace OAuth\Common\Storage\Exception;
5 use OAuth\Common\Exception\Exception; alias
10 class StorageException extends Exception
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Token/Exception/
H A DExpiredTokenException.php3 namespace OAuth\Common\Token\Exception;
5 use OAuth\Common\Exception\Exception; alias
8 * Exception thrown when an expired token is attempted to be used.
10 class ExpiredTokenException extends Exception
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/Exception/
H A DUnsupportedHashAlgorithmException.php3 namespace OAuth\OAuth1\Signature\Exception;
5 use OAuth\Common\Exception\Exception; alias
10 class UnsupportedHashAlgorithmException extends Exception
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/Exception/
H A DInvalidAccessTypeException.php3 namespace OAuth\OAuth2\Service\Exception;
5 use OAuth\Common\Exception\Exception; alias
8 * Exception thrown when an invalid accessType for the Google Service is specified
10 class InvalidAccessTypeException extends Exception
H A DInvalidScopeException.php8 namespace OAuth\OAuth2\Service\Exception;
10 use OAuth\Common\Exception\Exception; alias
13 * Exception thrown when a scope provided to a service is invalid.
15 class InvalidScopeException extends Exception
H A DMissingRefreshTokenException.php8 namespace OAuth\OAuth2\Service\Exception;
10 use OAuth\Common\Exception\Exception; alias
13 * Exception thrown when service is requested to refresh the access token but no refresh token can be found.
15 class MissingRefreshTokenException extends Exception
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DTicketListener.php30 * @param Exception $e
33 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
52 * @param Exception $e
55 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
63 * @param Exception $e
66 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
74 * @param Exception $e
77 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time)
/plugin/rrdgraph/
H A Dhelper.php326 … if (auth_quickaclcheck($incPageId) < AUTH_READ) throw new Exception("Access denied by ACL.");
388 * @throws Exception
399 … if (auth_quickaclcheck($pageId) < AUTH_READ) throw new Exception("Access denied by ACL.");
406 if ($bindingSource == null) throw new Exception("Binding source missing.");
407 … if (auth_quickaclcheck($bindingSource) < AUTH_READ) throw new Exception("Access denied by ACL.");
450 throw new Exception('Variable "' . $match[1] . '" not set.');
490 if (count($parts) != 2) throw new Exception("BDEF is missing r-value.");
506 … throw new Exception("The XPORT statement must no be used. Use BDEF instead.");
521 … if (count($ranges) == 0) throw new Exception("No time ranges defined for this graph.");
596 if ($contentType === null) throw new Exception("Unexpected file extension.");
[all …]

12345678910>>...71