Home
last modified time | relevance | path

Searched refs:LoaderError (Results 1 – 19 of 19) sorted by last modified time

/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Error/
H A DLoader.php3 use Twig\Error\LoaderError; alias
8 class Twig_Error_Loader extends LoaderError
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php18 use Twig\Error\LoaderError; alias
379 * @throws LoaderError When the template cannot be found
394 * @throws LoaderError When the template cannot be found
408 * @throws LoaderError When the template cannot be found
438 * @throws LoaderError When the template cannot be found
537 * @throws LoaderError When the template cannot be found
602 * @throws LoaderError When none of the templates can be found
621 } catch (LoaderError $e) {
628 …throw new LoaderError(sprintf('Unable to find one of the following templates: "%s".', implode('", …
H A DTemplate.php16 use Twig\Error\LoaderError; alias
140 } catch (LoaderError $e) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php305 use Twig\Error\LoaderError; alias
1554 } catch (LoaderError $e) {
1600 } catch (LoaderError $e) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DArrayLoader.php14 use Twig\Error\LoaderError; alias
60 throw new LoaderError(sprintf('Template "%s" is not defined.', $name));
70 throw new LoaderError(sprintf('Template "%s" is not defined.', $name));
85 throw new LoaderError(sprintf('Template "%s" is not defined.', $name));
95 throw new LoaderError(sprintf('Template "%s" is not defined.', $name));
H A DSourceContextLoaderInterface.php14 use Twig\Error\LoaderError; alias
33 * @throws LoaderError When $name is not found
H A DChainLoader.php14 use Twig\Error\LoaderError; alias
65 } catch (LoaderError $e) {
70 …throw new LoaderError(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode…
87 } catch (LoaderError $e) {
92 …throw new LoaderError(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode…
120 } catch (LoaderError $e) {
137 } catch (LoaderError $e) {
142 …throw new LoaderError(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode…
155 } catch (LoaderError $e) {
160 …throw new LoaderError(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode…
H A DFilesystemLoader.php14 use Twig\Error\LoaderError; alias
97 * @throws LoaderError
106 … throw new LoaderError(sprintf('The "%s" directory does not exist ("%s").', $path, $checkPath));
118 * @throws LoaderError
127 … throw new LoaderError(sprintf('The "%s" directory does not exist ("%s").', $path, $checkPath));
174 } catch (LoaderError $exception) {
200 throw new LoaderError($this->errorCache[$name]);
207 } catch (LoaderError $e) {
222 throw new LoaderError($this->errorCache[$name]);
245 throw new LoaderError($this->errorCache[$name]);
[all …]
H A DLoaderInterface.php14 use Twig\Error\LoaderError; alias
30 * @throws LoaderError When $name is not found
43 * @throws LoaderError When $name is not found
56 * @throws LoaderError When $name is not found
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dundefined_parent.test8 Twig\Error\LoaderError: Template "foo.html" is not defined in "index.twig" at line 2.
H A Dundefined_template_in_child_template.test15 Twig\Error\LoaderError: Template "include.twig" is not defined in "index.twig" at line 5.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dmissing.test8 Twig\Error\LoaderError: Template "foo.twig" is not defined in "index.twig" at line 2.
H A Dmissing_nested.test16 Twig\Error\LoaderError: Template "foo.twig" is not defined in "base.twig" at line 3.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DFilesystemTest.php13 use Twig\Error\LoaderError; alias
36 } catch (LoaderError $e) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst432 throw new \Twig\Error\LoaderError(sprintf('Template "%s" does not exist.', $name));
442 throw new \Twig\Error\LoaderError(sprintf('Template "%s" does not exist.', $name));
H A Dapi.rst587 * ``\Twig\Error\LoaderError``: Thrown when an error occurs during template loading.
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DLoaderError.php27 class LoaderError extends Error class
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Dmissing.test8 Twig\Error\LoaderError: Template "foo.twig" is not defined in "index.twig" at line 2.
H A Dmissing_nested.test16 Twig\Error\LoaderError: Template "foo.twig" is not defined in "base.twig" at line 3.