Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 326 – 350 of 594) sorted by relevance

1...<<11121314151617181920>>...24

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DFilterFactory.php17 use FreeDSx\Ldap\Exception\RuntimeException;
55 * @throws RuntimeException
68 throw new RuntimeException(sprintf(
16 use FreeDSx\Ldap\Exception\RuntimeException; global() alias
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DDWRenderer.php95 throw new \RuntimeException('Unable to find corresponding renderer for node type ' . \get_class($node));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPKCS1.php61 throw new \RuntimeException('Unable to decode BER');
79 throw new \RuntimeException('Unable to perform ASN1 mapping');
/plugin/prosemirror/schema/
H A DNode.php48 throw new \RuntimeException('TextNodes may not have children');
83 throw new \RuntimeException('Non-TextNodes may not have text');
/plugin/twofactor/
H A DProvider.php66 if (!$userdata) throw new \RuntimeException('2fa: Failed to get user details from auth backend');
183 * @throws \RuntimeException when no code can be created
188 if (!$secret) throw new \RuntimeException('No secret for provider ' . $this->getProviderID());
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DUglifyJsFilter.php145 throw new \RuntimeException('Path to node executable could not be resolved.');
152 throw new \RuntimeException('Error creating output file.');
H A DUglifyJs2Filter.php138 throw new \RuntimeException('Path to node executable could not be resolved.');
145 throw new \RuntimeException('Error creating output file.');
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializationContext.php7 use JMS\Serializer\Exception\RuntimeException; alias
84 throw new RuntimeException('Context visitingStack not working well');
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DRestorer.php24 * @throws RuntimeException when the uopz_delete() function is not available
30 throw new RuntimeException('The uopz_delete() function is required for this operation');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DPumpStream.php103 throw new \RuntimeException('Cannot seek a PumpStream');
113 throw new \RuntimeException('Cannot write to a PumpStream');
H A DLimitStream.php76 throw new \RuntimeException(sprintf(
119 throw new \RuntimeException("Could not seek to stream offset $offset");
/plugin/combo/ComboStrap/
H A DLazyLoad.php87 throw new \RuntimeException("The active lazy loaded is unknown (" . self::ACTIVE . ")");
177 throw new \RuntimeException("The active lazy loaded is unknown (" . self::ACTIVE . ")");
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php445 throw new \RuntimeException(
450 throw new \RuntimeException(
467 throw new \RuntimeException("CA cert does not exist at $cert");
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientReferralHandler.php18 use FreeDSx\Ldap\Exception\RuntimeException;
75 throw new RuntimeException(sprintf(
94 throw new RuntimeException(sprintf(
16 use FreeDSx\Ldap\Exception\RuntimeException; global() alias
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPKCS1.php68 throw new \RuntimeException('Unable to decode BER');
97 throw new \RuntimeException('Unable to perform ASN1 mapping');
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DRuntimeException.php15 class Mustache_Exception_RuntimeException extends RuntimeException implements Mustache_Exception
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DException.php11 class PHPUnit_Runner_Exception extends RuntimeException implements PHPUnit_Exception
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/
H A DRuntimeException.php14 class PHPUnit_Framework_MockObject_RuntimeException extends RuntimeException implements PHPUnit_Fra…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Exception/
H A DCoveredCodeNotExecutedException.php16 class CoveredCodeNotExecutedException extends RuntimeException
H A DMissingCoversAnnotationException.php16 class MissingCoversAnnotationException extends RuntimeException
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DThrowExceptionTestCase.php6 throw new RuntimeException('A runtime error occurred');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Exception/
H A DConnectionClosedException.php24 class ConnectionClosedException extends \RuntimeException
H A DFileNotFoundException.php24 class FileNotFoundException extends \RuntimeException
H A DUnsupportedAlgorithmException.php24 class UnsupportedAlgorithmException extends \RuntimeException
H A DUnsupportedCurveException.php24 class UnsupportedCurveException extends \RuntimeException

1...<<11121314151617181920>>...24