Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 276 – 300 of 594) sorted by relevance

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerAnonBindHandler.php16 use FreeDSx\Ldap\Exception\RuntimeException;
39 * @throws RuntimeException
45 throw new RuntimeException(sprintf(
13 use FreeDSx\Ldap\Exception\RuntimeException; global() alias
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
H A DPKCS1.php54 throw new \RuntimeException('Unable to decode BER');
59 throw new \RuntimeException('Unable to perform ASN1 mapping on parameters');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DDeleteServiceToken.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
44 throw new RuntimeException('Missing parameter for the endpoint security.delete_service_token');
H A DClearCachedServiceTokens.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
44 throw new RuntimeException('Missing parameter for the endpoint security.clear_cached_service_tokens');
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
H A DXmlSchemaDateHandler.php9 use RuntimeException; alias
93 …throw new RuntimeException(sprintf('Invalid date "%s", expected valid XML Schema date string.', $d…
144 …throw new RuntimeException(sprintf('Invalid datetime "%s", expected valid XML Schema dateTime stri…
/plugin/combo/vendor/symfony/process/
H A DInputStream.php14 use Symfony\Component\Process\Exception\RuntimeException; alias
50 throw new RuntimeException(sprintf('"%s" is closed.', static::class));
H A DPhpProcess.php15 use Symfony\Component\Process\Exception\RuntimeException; alias
67 throw new RuntimeException('Unable to find the PHP executable.');
/plugin/jplayer/vendor/symfony/process/
H A DInputStream.php14 use Symfony\Component\Process\Exception\RuntimeException; alias
48 throw new RuntimeException(sprintf('"%s" is closed.', static::class));
H A DPhpProcess.php14 use Symfony\Component\Process\Exception\RuntimeException; alias
70 throw new RuntimeException('Unable to find the PHP executable.');
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DImage.php9 class BaseImageMissingException extends \RuntimeException
18 class ImagesWithoutUsergroupMissingException extends \RuntimeException
H A DProperty.php7 class DuplicateValueForUsergroupException extends \RuntimeException
15 class PropertyKeyNotAllowedException extends \RuntimeException
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonSerializationVisitor.php8 use JMS\Serializer\Exception\RuntimeException; alias
193 …throw new RuntimeException('Your data could not be encoded because it contains invalid UTF8 charac…
196 …throw new RuntimeException(sprintf('An error occurred while encoding your data (error code %d).', …
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/
H A DCloneSnapshot.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
44 throw new RuntimeException('Missing parameter for the endpoint snapshot.clone');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DPostData.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
48 throw new RuntimeException('Missing parameter for the endpoint ml.post_data');
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Cache/
H A DDisk.php20 use RuntimeException; alias
36 * @throws \RuntimeException
47 throw new RuntimeException('Could not create cache file path');
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php256 throw new \RuntimeException('Unexpected ATN State');
279 throw new \RuntimeException('Unexpected ATN State');
291 throw new \RuntimeException('Unexpected ATN State');
303 throw new \RuntimeException('Unexpected ATN State');
321 throw new \RuntimeException('Unexpected ATN State');
356 throw new \RuntimeException('Unexpected ATN State');
431 throw new \RuntimeException('Unexpected null EndState.');
436 throw new \RuntimeException('Unexpected null StartState.');
541 throw new \RuntimeException('Unexpected state type.');
545 throw new \RuntimeException('Unexpecte
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DBailErrorStrategy.php51 throw new \RuntimeException('Unexpected context type.');
73 throw new \RuntimeException('Unexpected context type.');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php188 $test->expectException(RuntimeException::class);
199 $test->expectException(RuntimeException::class, '');
210 $test->expectException(RuntimeException::class, null);
221 $test->expectException(RuntimeException::class);
233 $test->expectException(RuntimeException::class);
249 $test->expectException(RuntimeException::class);
261 $test->expectException(RuntimeException::class);
277 $test->expectException(RuntimeException::class);
291 $test->expectException(RuntimeException::class);
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DIssue.php65 ->isInstanceOf(\RuntimeException::class);
79 ->isInstanceOf(\RuntimeException::class);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DFileAsset.php62 throw new \RuntimeException(sprintf('The source file "%s" does not exist.', $source));
73 throw new \RuntimeException(sprintf('The source file "%s" does not exist.', $source));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/
H A DAssetWriter.php76 throw new \RuntimeException('Unable to create directory '.$dir);
80 throw new \RuntimeException('Unable to write file '.$path);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DEmberPrecompileFilter.php64 throw new \RuntimeException('Path to node executable could not be resolved.');
75 throw new \RuntimeException('Error creating output file.');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DExtendedResponseFactory.php17 use FreeDSx\Ldap\Exception\RuntimeException;
43 * @throws RuntimeException
55 throw new RuntimeException(sprintf(
16 use FreeDSx\Ldap\Exception\RuntimeException; global() alias
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMentionExtension.php
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php86 throw new \RuntimeException('Cannot seek a BufferStream');
96 throw new \RuntimeException('Cannot determine the position of a BufferStream');

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