Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 401 – 425 of 594) sorted by relevance

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

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DClassCreatorException.php16 class ClassCreatorException extends \RuntimeException implements DoublerException
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Exception/
H A DUnintentionallyCoveredCodeException.php16 class UnintentionallyCoveredCodeException extends RuntimeException
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DWindowsPipes.php14 use Symfony\Component\Process\Exception\RuntimeException; alias
63 …throw new RuntimeException('A temporary file could not be opened to write the process output: '.$l…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php119 throw new \RuntimeException('GuzzleHttp requires cURL, the '
199 throw new \RuntimeException(
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/Exception/
H A DSeekException.php9 class SeekException extends \RuntimeException
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DException.php14 class Exception extends \RuntimeException
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php12 use JMS\Serializer\Exception\RuntimeException; alias
118 throw new RuntimeException(
200 throw new RuntimeException(sprintf(
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DDeserializationGraphNavigator.php17 use JMS\Serializer\Exception\RuntimeException; alias
108 … throw new RuntimeException('The type must be given for all properties when deserializing.');
139 throw new RuntimeException('Resources are not supported in serialized data.');
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DDecoder.php6 use RuntimeException; alias
289 throw new RuntimeException(
317 throw new RuntimeException(
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DSeekException.php9 class SeekException extends \RuntimeException implements GuzzleException
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DClientUtils.php21 * @throws \RuntimeException if no bundle can be found.
58 throw new \RuntimeException(self::CA_ERR);
/plugin/elasticsearch/vendor/react/promise/src/
H A DUnhandledRejectionException.php5 class UnhandledRejectionException extends \RuntimeException
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3000 throw new \RuntimeException('Unable to request pty');
3014 throw new \RuntimeException('Unable to request shell');
3346 } catch (\RuntimeException $e) {
3537 throw new \RuntimeException('Plaintext is too short');
3565 throw new \RuntimeException('Error reading socket');
3575 throw new \RuntimeException('Invalid UMAC');
3580 throw new \RuntimeException('Invalid HMAC');
3672 throw new \RuntimeException('Invalid size');
3684 throw new \RuntimeException('Error reading from socket');
3776 } catch (\RuntimeException $e) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/_files/
H A DBankAccount.php16 throw new RuntimeException;
/plugin/combo/vendor/symfony/process/Exception/
H A DProcessSignaledException.php21 final class ProcessSignaledException extends RuntimeException
/plugin/issuelinks/classes/
H A DIssueLinksException.php12 class IssueLinksException extends \RuntimeException
/plugin/struct/meta/
H A DStructException.php12 class StructException extends \RuntimeException
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md6 - When `delete` with an empty `id` an `Elasticsearch\Common\Exceptions\RuntimeException\Missing404Exception`
7 exception is thrown. Previously it was a `Elasticsearch\Common\Exceptions\RuntimeException\InvalidArgumentException`.
/plugin/combo/vendor/symfony/process/Pipes/
H A DWindowsPipes.php14 use Symfony\Component\Process\Exception\RuntimeException; alias
63 throw new RuntimeException('A temporary file could not be opened to write the process output: '.$lastError);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DArrayCache.php37 throw new \RuntimeException('There is no cached value for '.$key);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DGetSetObject.php35 throw new \RuntimeException('This should not be called.');
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php19 use Symfony\Component\Console\Exception\RuntimeException; alias
117 throw new RuntimeException('Please provide a filename or pipe file content to STDIN.');
123 throw new RuntimeException(sprintf('File or directory "%s" is not readable.', $filename));
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DCoverage.php13 use SebastianBergmann\CodeCoverage\RuntimeException; alias
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/
H A DXmlErrorException.php7 class XmlErrorException extends RuntimeException
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DBankAccount.php11 class BankAccountException extends RuntimeException

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