Searched refs:LoaderError (Results 1 – 7 of 7) sorted by relevance
| /template/twigstarter/vendor/twig/twig/src/Loader/ |
| D | ChainLoader.php | 14 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…
|
| D | LoaderInterface.php | 14 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
|
| D | FilesystemLoader.php | 14 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 …]
|
| D | ArrayLoader.php | 14 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/ |
| D | Environment.php | 19 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/ |
| D | LoaderError.php | 19 class LoaderError extends Error class
|
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | CoreExtension.php | 16 use Twig\Error\LoaderError; alias 1514 } catch (LoaderError $e) { 1543 } catch (LoaderError $e) {
|