Home
last modified time | relevance | path

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

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

/plugin/elasticsearch/vendor/react/promise/src/
H A DUnhandledRejectionException.php5 class UnhandledRejectionException extends \RuntimeException
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md140 * Changed `Elastica\Exception\JSONParseException` inheritance, it now extends `\JsonException` instead of `\RuntimeException` [#1949](https://github.com/ruflin/Elastica/pull/1949)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DBulkException.php5 class BulkException extends \RuntimeException implements ExceptionInterface
H A DClientException.php10 class ClientException extends \RuntimeException implements ExceptionInterface
H A DConnectionException.php13 class ConnectionException extends \RuntimeException implements ExceptionInterface
H A DNotFoundException.php10 class NotFoundException extends \RuntimeException implements ExceptionInterface
H A DQueryBuilderException.php10 class QueryBuilderException extends \RuntimeException implements ExceptionInterface
H A DRequestEntityTooLargeException.php7 class RequestEntityTooLargeException extends \RuntimeException implements ExceptionInterface
H A DResponseException.php13 class ResponseException extends \RuntimeException implements ExceptionInterface
H A DRuntimeException.php10 class RuntimeException extends \RuntimeException implements ExceptionInterface class
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php75 throw new RuntimeException("API response has no code");
78 throw new RuntimeException("API response has no message");
91 throw new RuntimeException($result->message);
95 throw new RuntimeException("An unexpected error occurred whilst handling the response");
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUriFactory.php5 use RuntimeException; alias
93 * @throws RuntimeException
102 throw new RuntimeException('Could not detect URI path from superglobal');
/plugin/extendpage/meta/
H A DExtendPageException.php10 class ExtendPageException extends \RuntimeException
/plugin/farmsync/meta/
H A DTemplateUpdates.php74 …throw new RuntimeException('No valid $base passed to search() - possible misconfiguration or bug');
/plugin/fedauth/
H A Dcommon.php87 …throw new RuntimeException("Base class $class must be included before load_handler_class() is call…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DIgnoreAnnotation.php49 …throw new \RuntimeException(sprintf('@IgnoreAnnotation expects either a string name, or an array o…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php298 … throw new \RuntimeException('You must either use addNamespace(), or setImports(), but not both.');
316 … throw new \RuntimeException('You must either use addNamespace(), or setImports(), but not both.');
H A DFileCacheReader.php214 … throw new \RuntimeException(sprintf('Unable to create tempfile in directory: %s', $this->dir));
222 throw new \RuntimeException(sprintf('Unable to write cached file to: %s', $tempfile));
229 throw new \RuntimeException(sprintf('Unable to rename %s to %s', $tempfile, $path));
/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/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DDataHelper.php5 class EmptyValueNotAllowedException extends \RuntimeException
H A DUsergroupAwareNumericValue.php5 class ValueIsNotNumericException extends \RuntimeException
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DPage.php7 class ItemsExceedCountValueException extends \RuntimeException
/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/findologicxmlexport/vendor/hoa/iterator/
H A DSplFileInfo.php103 } catch (\RuntimeException $e) {

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