Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Loader/
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));
205 throw new LoaderError($this->errorCache[$name]);
212 } catch (LoaderError $e) {
227 throw new LoaderError($this->errorCache[$name]);
250 throw new LoaderError($this->errorCache[$name]);
277 throw new LoaderError('A template name cannot contain NUL bytes.');
[all …]
H A DChainLoader.php14 use Twig\Error\LoaderError; alias
60 } catch (LoaderError $e) {
65 …throw new LoaderError(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode…
93 } catch (LoaderError $e) {
98 …throw new LoaderError(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode…
111 } catch (LoaderError $e) {
116 …throw new LoaderError(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode…
H A DLoaderInterface.php14 use Twig\Error\LoaderError; alias
31 * @throws LoaderError When $name is not found
42 * @throws LoaderError When $name is not found
55 * @throws LoaderError When $name is not found
H A DArrayLoader.php14 use Twig\Error\LoaderError; alias
56 throw new LoaderError(sprintf('Template "%s" is not defined.', $name));
70 throw new LoaderError(sprintf('Template "%s" is not defined.', $name));
79 throw new LoaderError(sprintf('Template "%s" is not defined.', $name));
/template/twigstarter/vendor/twig/twig/lib/Twig/Error/
H A DLoader.php3 use Twig\Error\LoaderError; alias
11 class Twig_Error_Loader extends LoaderError
/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php18 use Twig\Error\LoaderError; alias
312 * @throws LoaderError When the template cannot be found
327 * @throws LoaderError When the template cannot be found
341 * @throws LoaderError When the template cannot be found
373 * @throws LoaderError When the template cannot be found
443 * @throws LoaderError When the template cannot be found
495 * @throws LoaderError When none of the templates can be found
520 …throw new LoaderError(sprintf('Unable to find one of the following templates: "%s".', implode('", …
H A DTemplate.php16 use Twig\Error\LoaderError; alias
110 } catch (LoaderError $e) {
/template/twigstarter/vendor/twig/twig/src/Error/
H A DLoaderError.php19 class LoaderError extends Error class
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DCoreExtension.php345 use Twig\Error\LoaderError; alias
1284 } catch (LoaderError $e) {
1311 } catch (LoaderError $e) {