Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 426 – 450 of 594) sorted by path

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

/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DIssue.php65 ->isInstanceOf(\RuntimeException::class);
79 ->isInstanceOf(\RuntimeException::class);
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php188 throw new \RuntimeException(
212 throw new \RuntimeException(
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php67 … throw new \RuntimeException(sprintf('(WIN) Could not write new cache file to %s.', $target));
70 … throw new \RuntimeException(sprintf('(WIN) Could not delete temp cache file to %s.', $source));
73 … throw new \RuntimeException(sprintf('Could not write new cache file to %s.', $target));
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DAbstractFileDriver.php41 …throw new \RuntimeException(sprintf('Locator "%s" must be an instance of "AdvancedFileLocatorInter…
H A DDriverChain.php48 throw new \RuntimeException(
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMetadataFactory.php136 throw new \RuntimeException(
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMetadataFactoryTest.php95 … throw new \RuntimeException(sprintf('Unsupported class "%s".', $class->name));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DExclusionPolicy.php7 use JMS\Serializer\Exception\RuntimeException; alias
26 throw new RuntimeException('"value" must be a string.');
32 throw new RuntimeException('Exclusion policy must either be "ALL", or "NONE".');
H A DSerializedName.php7 use JMS\Serializer\Exception\RuntimeException; alias
23 throw new RuntimeException(sprintf('"value" must be a string.'));
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DContext.php8 use JMS\Serializer\Exception\RuntimeException; alias
211 throw new RuntimeException('Context metadataStack not working well');
220 throw new RuntimeException('Context metadataStack not working well');
H A DJsonDeserializationVisitor.php9 use JMS\Serializer\Exception\RuntimeException; alias
90 …throw new RuntimeException(sprintf('Expected array, but got %s: %s', \gettype($data), json_encode(…
122 …throw new RuntimeException(sprintf('Array type cannot have more than 2 parameters, but got %s.', j…
167 throw new RuntimeException(sprintf(
181 …throw new RuntimeException(sprintf('You must define a type for %s::$%s.', $metadata->class, $metad…
234 throw new RuntimeException('Could not decode JSON, maximum stack depth exceeded.');
237 … throw new RuntimeException('Could not decode JSON, underflow or the nodes mismatch.');
240 … throw new RuntimeException('Could not decode JSON, unexpected control character found.');
243 throw new RuntimeException('Could not decode JSON, syntax error - malformed JSON.');
246 …throw new RuntimeException('Could not decode JSON, malformed UTF-8 characters (incorrectly encoded…
[all …]
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).', …
H A DSerializationContext.php7 use JMS\Serializer\Exception\RuntimeException; alias
84 throw new RuntimeException('Context visitingStack not working well');
H A DSerializer.php12 use JMS\Serializer\Exception\RuntimeException; alias
118 throw new RuntimeException(
200 throw new RuntimeException(sprintf(
H A DSerializerBuilder.php25 use JMS\Serializer\Exception\RuntimeException; alias
603 throw new RuntimeException(sprintf('Could not create directory "%s".', $dir));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/
H A DObjectConstructionException.php12 class ObjectConstructionException extends RuntimeException implements Exception
H A DRuntimeException.php12 class RuntimeException extends \RuntimeException implements Exception class
H A DValidationFailedException.php9 class ValidationFailedException extends RuntimeException
H A DXmlErrorException.php7 class XmlErrorException extends RuntimeException
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DGroupsExclusionStrategy.php8 use JMS\Serializer\Exception\RuntimeException; alias
105 …throw new RuntimeException(sprintf('The group value for the property path "%s" should be an array,…
/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.');
H A DSerializationGraphNavigator.php17 use JMS\Serializer\Exception\RuntimeException; alias
163 throw new RuntimeException($msg);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DDateHandler.php7 use JMS\Serializer\Exception\RuntimeException; alias
234 … throw new RuntimeException(sprintf('Invalid datetime "%s", expected format %s.', $data, $format));
250 …throw new RuntimeException(sprintf('Invalid dateinterval "%s", expected ISO 8601 format', $data), …
H A DHandlerRegistry.php8 use JMS\Serializer\Exception\RuntimeException; alias
45 …throw new RuntimeException(sprintf('For each subscribing method a "type" and "format" attribute mu…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/Exception/
H A DSyntaxError.php7 final class SyntaxError extends \RuntimeException implements Exception

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