Home
last modified time | relevance | path

Searched refs:RuntimeError (Results 1 – 25 of 26) sorted by relevance

12

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
DErrorTest.php14 use Twig\Error\RuntimeError; alias
58 } catch (RuntimeError $e) {
86 } catch (RuntimeError $e) {
103 } catch (RuntimeError $e) {
122 } catch (RuntimeError $e) {
145 } catch (RuntimeError $e) {
155 } catch (RuntimeError $e) {
DTemplateTest.php13 use Twig\Error\RuntimeError; alias
57 } catch (RuntimeError $e) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/
DLighthouseResultV5.php55 protected $runtimeErrorType = RuntimeError::class;
221 * @param RuntimeError
223 public function setRuntimeError(RuntimeError $runtimeError)
228 * @return RuntimeError
DRuntimeError.php20 class RuntimeError extends \Google\Model class
62 class_alias(RuntimeError::class, 'Google_Service_PagespeedInsights_RuntimeError');
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Error/
DRuntime.php3 use Twig\Error\RuntimeError; alias
8 class Twig_Error_Runtime extends RuntimeError
/plugin/findologicxmlexport/vendor/twig/twig/src/
DTemplate.php17 use Twig\Error\RuntimeError; alias
179 …throw new RuntimeError(sprintf('The template has no parent and no traits defining the "%s" block.'…
230 …throw new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("…
441 …throw new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("…
470 * @throws RuntimeError if the variable does not exist and Twig is running in strict mode
481 …throw new RuntimeError(sprintf('Variable "%s" does not exist.', $item), -1, $this->getSourceContex…
499 …* @throws RuntimeError if the attribute does not exist and Twig is running in strict mode and $isD…
550 throw new RuntimeError($message, -1, $this->getSourceContext());
571 throw new RuntimeError($message, -1, $this->getSourceContext());
656 …throw new RuntimeError(sprintf('Neither the property "%1$s" nor one of the methods "%1$s()", "get%…
DEnvironment.php19 use Twig\Error\RuntimeError; alias
381 * @throws RuntimeError When an error occurred during rendering
396 * @throws RuntimeError When an error occurred during rendering
409 * @throws RuntimeError When a previously generated cache is corrupted
439 * @throws RuntimeError When a previously generated cache is corrupted
502 …throw new RuntimeError(sprintf('Failed to load Twig template "%s", index "%s": cache might be corr…
511 …throw new RuntimeError(sprintf('Circular reference detected for Twig template "%s", path: %s.', $n…
937 throw new RuntimeError(sprintf('The "%s" extension is not enabled.', $class));
950 * @throws RuntimeError When the template cannot be found
964 throw new RuntimeError(sprintf('Unable to load the "%s" runtime.', $class));
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
DCoreExtension.php306 use Twig\Error\RuntimeError; alias
338 …* @throws RuntimeError when $values is an empty array (does not apply to an empty string which is …
395 throw new RuntimeError('The random function cannot pick from an empty array.');
518 …throw new RuntimeError(sprintf('The "replace" filter expects an array or "Traversable" as replace …
540 …throw new RuntimeError('The round filter only supports the "common", "ceil", and "floor" methods.'…
641 …throw new RuntimeError(sprintf('The merge filter only works with arrays or "Traversable", got "%s"…
645 …throw new RuntimeError(sprintf('The merge filter only works with arrays or "Traversable", got "%s"…
919 …throw new RuntimeError(sprintf('The sort filter only works with arrays or "Traversable", got "%s".…
962 …* @throws RuntimeError When an invalid trimming side is used (not a string or not 'left', 'right',…
978 throw new RuntimeError('Trimming side must be "left", "right" or "both".');
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
DRuntimeError.php20 class RuntimeError extends Error class
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
Dmultiline_function_with_undefined_variable.test12 Twig\Error\RuntimeError: Variable "with_context" does not exist in "index.twig" at line 3.
Dmultiline_tag_with_undefined_variable.test12 Twig\Error\RuntimeError: Variable "vars" does not exist in "index.twig" at line 3.
Dundefined_trait.test9 Twig\Error\RuntimeError: Block "foobar" is not defined in trait "foo" in "index.twig" at line 2.
Dmultiline_array_with_undefined_variable_again.test18 Twig\Error\RuntimeError: Variable "foobar" does not exist in "index.twig" at line 7.
Dmultiline_array_with_undefined_variable.test18 Twig\Error\RuntimeError: Variable "foo2" does not exist in "index.twig" at line 11.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/
Dwith_only.test10 Twig\Error\RuntimeError: Variable "baz" does not exist in "index.twig" at line 3.
Dwith_no_hash.test10 Twig\Error\RuntimeError: Variables passed to the "with" tag must be a hash in "index.twig" at line …
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/
Derror_line.test16 Twig\Error\RuntimeError: Variable "nothing" does not exist in "index.twig" at line 5.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
Dreplace_invalid_arg.test8 Twig\Error\RuntimeError: The "replace" filter expects an array or "Traversable" as replace values, …
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
Dcombined_debug_info.test15 Twig\Error\RuntimeError: Impossible to access an attribute ("bar") on a string variable ("foo") in …
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dapi.rst584 * ``\Twig\Error\RuntimeError``: Thrown when an error occurs at runtime (when a filter
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dindex.mjs1296 $raise(Opal.RuntimeError, "Prepending a module multiple times is not supported");
1632 $raise(Opal.RuntimeError, "super called outside of method");
1636 $raise(Opal.RuntimeError,
5278 exception = $$$('RuntimeError').$new("");
5281 exception = $$$('RuntimeError').$new(exception.$to_str());
5876 $klass('::', $$$('StandardError'), 'RuntimeError');
5877 $klass('::', $$$('RuntimeError'), 'FrozenError');
5912 })('::', $$$('RuntimeError'));
Dindex.cjs1305 $raise(Opal.RuntimeError, "Prepending a module multiple times is not supported");
1641 $raise(Opal.RuntimeError, "super called outside of method");
1645 $raise(Opal.RuntimeError,
5287 exception = $$$('RuntimeError').$new("");
5290 exception = $$$('RuntimeError').$new(exception.$to_str());
5885 $klass('::', $$$('StandardError'), 'RuntimeError');
5886 $klass('::', $$$('RuntimeError'), 'FrozenError');
5921 })('::', $$$('RuntimeError'));
Dopal.js1302 $raise(Opal.RuntimeError, "Prepending a module multiple times is not supported");
1640 $raise(Opal.RuntimeError, "super called outside of method");
1644 $raise(Opal.RuntimeError,
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.min.js45 …=b&&g.hasOwnProperty("$$iclass");)g=Object.getPrototypeOf(g)}else x(l.RuntimeError,"Prepending a m…
49 …k_super=function(a,c,e,f,b){e||x(l.RuntimeError,"super called outside of method");b&&e.$$define_me…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js1302 $raise(Opal.RuntimeError, "Prepending a module multiple times is not supported");
1640 $raise(Opal.RuntimeError, "super called outside of method");
1644 $raise(Opal.RuntimeError,

12