Searched refs:LoaderError (Results 1 – 9 of 9) sorted by relevance
| /template/twigstarter/vendor/twig/twig/src/Loader/ |
| D | ChainLoader.php | 14 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…
|
| D | FilesystemLoader.php | 14 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]); 262 …throw new LoaderError(sprintf('Malformed namespaced template name "%s" (expecting "@namespace/temp… [all …]
|
| D | LoaderInterface.php | 14 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
|
| D | ArrayLoader.php | 14 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/ |
| D | Loader.php | 3 use Twig\Error\LoaderError; alias 11 class Twig_Error_Loader extends LoaderError
|
| /template/twigstarter/vendor/twig/twig/src/ |
| D | Environment.php | 18 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('", …
|
| D | Template.php | 16 use Twig\Error\LoaderError; alias 110 } catch (LoaderError $e) {
|
| /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 | 345 use Twig\Error\LoaderError; alias 1284 } catch (LoaderError $e) { 1311 } catch (LoaderError $e) {
|