Home
last modified time | relevance | path

Searched refs:BadMethodCallException (Results 1 – 2 of 2) sorted by relevance

/template/twigstarter/
H A DTemplateController.php6 use BadMethodCallException; alias
104 throw new BadMethodCallException("No such menu $type");
156 throw new BadMethodCallException("No such method $class::$function");
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1567 } catch (\BadMethodCallException $e) {