Home
last modified time | relevance | path

Searched refs:DumpException (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/symfony/yaml/Exception/
H A DDumpException.php19 class DumpException extends RuntimeException class
/plugin/combo/vendor/symfony/yaml/Exception/
H A DDumpException.php19 class DumpException extends RuntimeException class
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php14 use Symfony\Component\Yaml\Exception\DumpException; alias
122 * @throws DumpException When trying to dump PHP resource
129 …throw new DumpException(sprintf('Unable to dump PHP resources in a YAML file ("%s").', get_resourc…
155 … throw new DumpException('Object support when dumping a YAML file has been disabled.');
/plugin/combo/vendor/symfony/yaml/
H A DInline.php14 use Symfony\Component\Yaml\Exception\DumpException; alias
115 * @throws DumpException When trying to dump PHP resource
122 throw new DumpException(sprintf('Unable to dump PHP resources in a YAML file ("%s").', get_resource_type($value)));
150 throw new DumpException('Object support when dumping a YAML file has been disabled.');