Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 451 – 475 of 594) sorted by path

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

/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php10 use JMS\Serializer\Exception\RuntimeException; alias
132 …throw new RuntimeException(sprintf('Could not convert data to boolean. Expected "true", "false", "…
157 …throw new RuntimeException('The array type must be specified as "array<K,V>" for Key-Value-Pairs.'…
200 …throw new RuntimeException(sprintf('The array type must be specified either as "array<T>", or "arr…
213 … throw new RuntimeException('Maps are not supported on top-level without metadata.');
223 …throw new RuntimeException(sprintf('The key attribute "%s" must be set for each entry of the map.'…
279 …throw new RuntimeException(sprintf('You must define a type for %s::$%s.', $metadata->class, $metad…
H A DXmlSerializationVisitor.php8 use JMS\Serializer\Exception\RuntimeException; alias
246 …throw new RuntimeException(sprintf('Unsupported value for XML attribute for %s. Expected character…
257 …throw new RuntimeException(sprintf('If you make use of @XmlValue, all other properties in the clas…
268 …throw new RuntimeException(sprintf('Unsupported value for property %s::$%s. Expected character dat…
278 …throw new RuntimeException(sprintf('Unsupported value type for XML attribute map. Expected array b…
287 …throw new RuntimeException(sprintf('Unsupported value for a XML attribute map value. Expected char…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DGetSetObject.php35 throw new \RuntimeException('This should not be called.');
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DIntegrationTest.php99 throw new \RuntimeException(sprintf('Unknown service id "%s".', $id));
200 …throw new \RuntimeException(sprintf('The namespace alias "%s" is not known to any manager.', $alia…
H A DObjectConstructorTest.php233 throw new \RuntimeException(sprintf('Unknown service id "%s".', $id));
354 …throw new \RuntimeException(sprintf('The namespace alias "%s" is not known to any manager.', $alia…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php10 use JMS\Serializer\Exception\RuntimeException; alias
127 throw new RuntimeException(sprintf('The key "%s" is not supported.', $key));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A Dbootstrap.php9 …throw new RuntimeException('Did not find vendor/autoload.php. Did you run "composer install --dev"…
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php122 throw new \RuntimeException(
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DClassCreatorException.php16 class ClassCreatorException extends \RuntimeException implements DoublerException
H A DClassMirrorException.php16 class ClassMirrorException extends \RuntimeException implements DoublerException
H A DDoubleException.php14 use RuntimeException; alias
16 class DoubleException extends RuntimeException implements DoublerException
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
H A DAggregateException.php16 class AggregateException extends \RuntimeException implements PredictionException
H A DFailedPredictionException.php14 use RuntimeException; alias
22 class FailedPredictionException extends RuntimeException implements PredictionException
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/
H A DObjectProphecyException.php16 class ObjectProphecyException extends \RuntimeException implements ProphecyException
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php136 * @throws RuntimeException
308 * @throws RuntimeException
317 throw new RuntimeException;
1019 * @throws RuntimeException
1026 throw new RuntimeException('No code coverage driver available');
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Driver/
H A DPHPDBG.php13 use SebastianBergmann\CodeCoverage\RuntimeException; alias
28 throw new RuntimeException(
34 throw new RuntimeException(
H A DXdebug.php13 use SebastianBergmann\CodeCoverage\RuntimeException; alias
35 throw new RuntimeException('This driver requires Xdebug');
40 throw new RuntimeException(
/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
H A DRuntimeException.php13 class RuntimeException extends \RuntimeException implements Exception class
H A DUnintentionallyCoveredCodeException.php16 class UnintentionallyCoveredCodeException extends RuntimeException
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DFacade.php15 use SebastianBergmann\CodeCoverage\RuntimeException; alias
156 * @throws RuntimeException
172 throw new RuntimeException(
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DCoverage.php13 use SebastianBergmann\CodeCoverage\RuntimeException; alias
H A DFacade.php17 use SebastianBergmann\CodeCoverage\RuntimeException; alias
35 * @throws RuntimeException
68 throw new RuntimeException(
74 throw new RuntimeException(
79 throw new RuntimeException(
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/_files/
H A DBankAccount.php16 throw new RuntimeException;

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