Home
last modified time | relevance | path

Searched refs:LoaderError (Results 1 – 7 of 7) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Loader/
DChainLoader.php14 use Twig\Error\LoaderError; alias
72 } catch (LoaderError $e) {
77 …throw new LoaderError(\sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implod…
106 } catch (LoaderError $e) {
111 …throw new LoaderError(\sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implod…
125 } catch (LoaderError $e) {
130 …throw new LoaderError(\sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implod…
DLoaderInterface.php14 use Twig\Error\LoaderError; alias
27 * @throws LoaderError When $name is not found
34 * @throws LoaderError When $name is not found
41 * @throws LoaderError When $name is not found
DFilesystemLoader.php14 use Twig\Error\LoaderError; alias
90 * @throws LoaderError
99 … throw new LoaderError(\sprintf('The "%s" directory does not exist ("%s").', $path, $checkPath));
106 * @throws LoaderError
115 … throw new LoaderError(\sprintf('The "%s" directory does not exist ("%s").', $path, $checkPath));
189 throw new LoaderError($this->errorCache[$name]);
196 } catch (LoaderError $e) {
211 throw new LoaderError($this->errorCache[$name]);
234 throw new LoaderError($this->errorCache[$name]);
246 …throw new LoaderError(\sprintf('Malformed namespaced template name "%s" (expecting "@namespace/tem…
[all …]
DArrayLoader.php14 use Twig\Error\LoaderError; alias
47 throw new LoaderError(\sprintf('Template "%s" is not defined.', $name));
61 throw new LoaderError(\sprintf('Template "%s" is not defined.', $name));
70 throw new LoaderError(\sprintf('Template "%s" is not defined.', $name));
/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php19 use Twig\Error\LoaderError; alias
327 * @throws LoaderError When the template cannot be found
341 * @throws LoaderError When the template cannot be found
355 * @throws LoaderError When the template cannot be found
382 * @throws LoaderError When the template cannot be found
442 * @throws LoaderError When the template cannot be found
489 * @throws LoaderError When none of the templates can be found
516 …throw new LoaderError(\sprintf('Unable to find one of the following templates: "%s".', implode('",…
/template/twigstarter/vendor/twig/twig/src/Error/
DLoaderError.php19 class LoaderError extends Error class
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php16 use Twig\Error\LoaderError; alias
1514 } catch (LoaderError $e) {
1543 } catch (LoaderError $e) {