Home
last modified time | relevance | path

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

/template/strap/vendor/carica/phpcss/src/PhpCss/Scanner/
DToken.php11 use BadMethodCallException; alias
166 * @throws BadMethodCallException
169 throw new BadMethodCallException();
/template/twigstarter/
DTemplateController.php6 use BadMethodCallException; alias
104 throw new BadMethodCallException("No such menu $type");
156 throw new BadMethodCallException("No such method $class::$function");
/template/strap/vendor/symfony/process/Pipes/
DUnixPipes.php40 throw new \BadMethodCallException('Cannot serialize '.__CLASS__);
45 throw new \BadMethodCallException('Cannot unserialize '.__CLASS__);
DWindowsPipes.php93 throw new \BadMethodCallException('Cannot serialize '.__CLASS__);
98 throw new \BadMethodCallException('Cannot unserialize '.__CLASS__);
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
DHttpCommandExecutor.php5 use BadMethodCallException; alias
282 throw new BadMethodCallException(sprintf(
/template/strap/vendor/symfony/process/
DProcess.php206 throw new \BadMethodCallException('Cannot serialize '.__CLASS__);
211 throw new \BadMethodCallException('Cannot unserialize '.__CLASS__);
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php1567 } catch (\BadMethodCallException $e) {